[Visual Basic] Public Property Active As Boolean [C#] public bool Active { get; set; } [C++] public: __property bool get_Active(); public: __property void set_Active(bool ); [JScript] public function get Active() : bool public function set Active(bool);
Button Class | EbsOpen Namespace