Description
Whether the user-specified text is
displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UserTextVisible() As Boolean
|
| [C#] |
public bool UserTextVisible {get; set;}
|
| [Managed C++] |
public: __property bool get_UserTextVisible();
public: __property void set_UserTextVisible(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UserTextVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UserTextVisible(
VARIANT_BOOL NewUserTextVisible
);
|
| [Java] |
public bool getUserTextVisible();public void setUserTextVisible(
bool
);
|
See Also