Gets and sets the Visible attribute of an element.
public bool Visible {get; set;}
public: __property bool get_Visible();
public: __property void set_Visible(
bool value
);
public:
property bool Visible {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to make the element visible. Otherwise,
false is returned.