Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / UiMode Property


In This Topic
UiMode Property
In This Topic
Gets the UiMode object. This object contains a collection of user interface controls.
Syntax
'Declaration
 
ReadOnly Property UiMode As IUiMode
 
'Usage
 
Dim instance As IView
Dim value As IUiMode
 
value = instance.UiMode
See Also