Gets and sets an enum that determines whether the text of a label that contains image and text is shown always or only when the mouse cursor is placed above the label. The following are the possible values:
§ SHOW_TEXT_ALWAYS = 0
Always display the label’s text.
§ SHOW_TEXT_ON_HOVER = 1
Display the label’s text only when the mouse is hovering over the label’s icon.
JavaScript |
|
ShowTextBehavior |
C# |
|
ShowTextOptions ShowTextBehavior { get; set; } |
C++ |
|
HRESULT ShowTextBehavior([out, retval] ShowTextOptions* pVal) HRESULT ShowTextBehavior([in] ShowTextOptions pVal) |