IsVisible Property (BoxedDevice)
In This Topic
Gets/Sets the actual visibility state of the function's graphical representation.
Syntax
public bool IsVisible {get; set;}
public:
property bool IsVisible {
bool get();
void set ( bool value);
}
See Also