RibbonControlLengthConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

.NET Framework (current version)
 

Converts an instance of the RibbonControlLength structure to an instance of the specified type.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An object that provides a format context.

culture
Type: System.Globalization::CultureInfo^

The object to use as the current culture.

value
Type: System::Object^

The RibbonControlLength to convert.

destinationType
Type: System::Type^

The type to convert the value to.

Return Value

Type: System::Object^

The converted value.

Exception Condition
ArgumentNullException

destinationType is null.

ArgumentException

value is not a RibbonControlLength.

-or-

destinationType is not a valid conversion type.

.NET Framework
Available since 4.5
Return to top
Show: