SearchSettingsDataSource::ControlBorderThickness Property

 

Gets or sets the thickness of the search control's border. Type: VSUI_TYPE_STRING. Default="1".

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ ControlBorderThickness {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: