ListBox.ToolTip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ToolTip text displayed when the mouse pointer rests over the control.
public:
virtual property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string ToolTip { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ToolTip : string with get, set
Public Overrides Property ToolTip As String
Property Value
The ToolTip text displayed when the mouse pointer rests over the control.
- Attributes
Remarks
Note
The ToolTip
property is inherited from the WebControl class and is not applicable to the ListBox control.
This implementation of the ToolTip
property doesn't allow you to set a value and returns String.Empty if you use the get accessor.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.