VisualElement.GetToolTip 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
GetToolTip(BindableObject) |
Returns the tooltip for the element. |
GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>) |
Returns the tooltip for the element. |
GetToolTip(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the tooltip for the element.
public:
static System::String ^ GetToolTip(Microsoft::Maui::Controls::BindableObject ^ element);
public static string GetToolTip (Microsoft.Maui.Controls.BindableObject element);
static member GetToolTip : Microsoft.Maui.Controls.BindableObject -> string
Public Function GetToolTip (element As BindableObject) As String
Parameters
- element
- BindableObject
The visual element whose tooltip to get.
Returns
The tooltip text for the element.
Applies to
GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the tooltip for the element.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetToolTip(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static string GetToolTip (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config);
static member GetToolTip : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> -> string
<Extension()>
Public Function GetToolTip (config As IPlatformElementConfiguration(Of Tizen, VisualElement)) As String
Parameters
The platform configuration for the visual element whose tooltip to get.
Returns
The tooltip text for the element.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.