Deli putem


Node.IsSelected Property

Gets or sets the selection state.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property IsSelected As Boolean
public bool IsSelected { get; set; }
public:
property bool IsSelected {
    bool get ();
    void set (bool value);
}
public function get IsSelected () : boolean
public function set IsSelected (value : boolean)

See Also

Node Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace