Public Property Enabled As Boolean
Dim instance As Selection Dim value As Boolean instance.Enabled = value value = instance.Enabled
public bool Enabled {get; set;}
public: __property bool get_Enabled(); public: __property void set_Enabled( bool value );
public: property bool Enabled { bool get(); void set ( bool value); }
Selection Class Selection Members