ControlSupport Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | -1 | The support level for this control is unknown or not computed. |
NoSupport | 0 | The technology manager does not support this element. |
DefaultSupport | 1 | The technology manager supports all elements by default. |
NativeSupport | 100 | The technology manager provides native support for a class of controls. |
ControlSpecificSupport | 200 | The technology manager supports a specific control. |