SearchControlThicknessConverter::Convert Method (String^, Object^, CultureInfo^)
Visual Studio 2015
Uses a ThicknessConverter to convert the search control border.
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
Show: