Compartir a través de


ButtonNavigator.Application Property

Gets the application object.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As ButtonNavigator
Dim value As Object

value = instance.Application

Syntax

'Declaration
Public ReadOnly Property Application As Object
public Object Application { get; }
public:
property Object^ Application {
    Object^ get ();
}
/** @property */
public Object get_Application ()
public function get Application () : Object

Property Value

Type: Object

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ButtonNavigator Class
ButtonNavigator Members
Microsoft.Uii.Desktop.UI.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.