다음을 통해 공유


VisualElement.GetAccessKeyPlacement Method

Definition

Overloads

GetAccessKeyPlacement(BindableObject)

Gets the nominal position to use for displaying the access key tip.

GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>)

Gets the nominal position to use for displaying the access key tip.

GetAccessKeyPlacement(BindableObject)

Source:
VisualElement.cs
Source:
VisualElement.cs

Gets the nominal position to use for displaying the access key tip.

public:
 static Microsoft::Maui::Controls::AccessKeyPlacement GetAccessKeyPlacement(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.AccessKeyPlacement GetAccessKeyPlacement (Microsoft.Maui.Controls.BindableObject element);
static member GetAccessKeyPlacement : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.AccessKeyPlacement
Public Function GetAccessKeyPlacement (element As BindableObject) As AccessKeyPlacement

Parameters

element
BindableObject

The element for which to get the access key placement.

Returns

The nominal position to use for displaying the access key tip.

Applies to

GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>)

Source:
VisualElement.cs
Source:
VisualElement.cs

Gets the nominal position to use for displaying the access key tip.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::AccessKeyPlacement GetAccessKeyPlacement(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static Microsoft.Maui.Controls.AccessKeyPlacement GetAccessKeyPlacement (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.VisualElement> config);
static member GetAccessKeyPlacement : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.VisualElement> -> Microsoft.Maui.Controls.AccessKeyPlacement
<Extension()>
Public Function GetAccessKeyPlacement (config As IPlatformElementConfiguration(Of Windows, VisualElement)) As AccessKeyPlacement

Parameters

config
IPlatformElementConfiguration<Windows,VisualElement>

The platform configuration for the element for which to get the access key placement.

Returns

The nominal position to use for displaying the access key tip.

Applies to