VisualElement.GetNextFocusBackView 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
GetNextFocusBackView(BindableObject) |
Returns the view that gets the focus when moving back. |
GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>) |
Returns the view that gets the focus when moving back. |
GetNextFocusBackView(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the view that gets the focus when moving back.
public:
static Microsoft::Maui::Controls::View ^ GetNextFocusBackView(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.View GetNextFocusBackView (Microsoft.Maui.Controls.BindableObject element);
static member GetNextFocusBackView : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.View
Public Function GetNextFocusBackView (element As BindableObject) As View
Parameters
- element
- BindableObject
The visual element whose next focus to get.
Returns
The view that gets the focus when moving back.
Applies to
GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the view that gets the focus when moving back.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::View ^ GetNextFocusBackView(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static Microsoft.Maui.Controls.View GetNextFocusBackView (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config);
static member GetNextFocusBackView : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> -> Microsoft.Maui.Controls.View
<Extension()>
Public Function GetNextFocusBackView (config As IPlatformElementConfiguration(Of Tizen, VisualElement)) As View
Parameters
The platform configuration for the visual element whose next focus to get.
Returns
The view that gets the focus when moving back.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI