IsOpen Property (ImGearARTPopupText)
In This Topic
Gets or sets a value indicating whether the popup text is opened.
Syntax
'Declaration
Public Property IsOpen As Boolean
'Usage
Dim instance As ImGearARTPopupText
Dim value As Boolean
instance.IsOpen = value
value = instance.IsOpen
public bool IsOpen {get; set;}
public: __property bool get_IsOpen();
public: __property void set_IsOpen(
bool value
);
public:
property bool IsOpen {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also