SearchControlThicknessConverter::Convert Method (String^, Object^, CultureInfo^)

 

Uses a ThicknessConverter to convert the search control border.

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

protected:
virtual Thickness Convert(
	String^ borderThickness,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

borderThickness
Type: System::String^

The thickness of the border.

parameter
Type: System::Object^

The aspect of the thickness that should be changed.

culture
Type: System.Globalization::CultureInfo^

The culture to use.

Return Value

Type: System.Windows::Thickness
Return to top
Show: