InputMethod::CanShowConfigurationUI Property

 

Gets a value that indicates whether or not this input method can display configuration user interface (UI).

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool CanShowConfigurationUI {
	bool get();
}

Property Value

Type: System::Boolean

true if configuration UI can be displayed; otherwise, false.

This property has no default value.

The following example demonstrates how to use the CanShowConfigurationUI property to determine if the configuration UI is viewable.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: