Share via


ControlSupport Enum

Definition

This enumeration is used to specify the possible return values for the level of support for an element by an IUITechnologyManager component.

public enum class ControlSupport
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2905640F-0663-401c-994A-25127BAECE4B")]
public enum ControlSupport
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("2905640F-0663-401c-994A-25127BAECE4B")>]
type ControlSupport = 
Public Enum ControlSupport
Inheritance
ControlSupport
Attributes

Fields

ControlSpecificSupport 200

The technology manager supports a specific control.

DefaultSupport 1

The technology manager supports all elements by default.

NativeSupport 100

The technology manager provides native support for a class of controls.

NoSupport 0

The technology manager does not support this element.

Unknown -1

The support level for this control is unknown or not computed.

Applies to