Edit

Share via


ThemeModeConverter.ConvertFrom Method

Definition

Attempts to convert to a ThemeMode from the specified object

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ source);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object source);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, source As Object) As Object

Parameters

typeDescriptorContext
ITypeDescriptorContext

The ITypeDescriptorContext for this call.

cultureInfo
CultureInfo

The CultureInfo which is respected when converting.

source
Object

The object to convert to a ThemeMode.

Returns

The new ThemeMode instance.

Exceptions

The example object is null.

Applies to