VisualElement.SetToolTip Method
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.
Overloads
SetToolTip(BindableObject, String) |
Sets the tooltip on a visual element. |
SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String) |
Sets the tooltip on a visual element. |
SetToolTip(BindableObject, String)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Sets the tooltip on a visual element.
public:
static void SetToolTip(Microsoft::Maui::Controls::BindableObject ^ element, System::String ^ value);
public static void SetToolTip (Microsoft.Maui.Controls.BindableObject element, string value);
static member SetToolTip : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Sub SetToolTip (element As BindableObject, value As String)
Parameters
- element
- BindableObject
The visual element whose tooltip to set.
- value
- String
The new tooltip value.
Applies to
SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Sets the tooltip on a visual element.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetToolTip(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, System::String ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> SetToolTip (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config, string value);
static member SetToolTip : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> * string -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetToolTip (config As IPlatformElementConfiguration(Of Tizen, VisualElement), value As String) As IPlatformElementConfiguration(Of Tizen, VisualElement)
Parameters
The platform configuration for the visual element whose tooltip to set.
- value
- String
The new tooltip value.
Returns
A fluent object on which the developer may make further method calls.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI