ControlElement.Selected Property

Gets or sets a value indicating whether this ControlElement is selected.

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

Usage

'Usage
Dim instance As ControlElement
Dim value As Boolean

value = instance.Selected

instance.Selected = value

Syntax

'Declaration
Public Property Selected As Boolean
public bool Selected { get; set; }
public:
property bool Selected {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Selected ()

/** @property */
public void set_Selected (boolean value)
public function get Selected () : boolean

public function set Selected (value : boolean)

Property Value

Type: Boolean
True if selected; otherwise, false.

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.