ControlElement.ControlType Property

Gets or sets the type of the control.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ControlElement
Dim value As String

value = instance.ControlType

instance.ControlType = value

Syntax

'Declaration
Public Property ControlType As String
public string ControlType { get; set; }
public:
property String^ ControlType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ControlType ()

/** @property */
public void set_ControlType (String value)
public function get ControlType () : String

public function set ControlType (value : String)

Property Value

The type of the control.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ControlElement Class
ControlElement Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.