Share via


AifTabControl.GetTabPage Method

Gets a specific TabPage identify by the control it contains.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As AifTabControl
Dim control As Object
Dim returnValue As TabPage

returnValue = instance.GetTabPage(control)

Syntax

'Declaration
Public Function GetTabPage ( _
    control As Object _
) As TabPage
public TabPage GetTabPage (
    Object control
)
public:
TabPage^ GetTabPage (
    Object^ control
)
public TabPage GetTabPage (
    Object control
)
public function GetTabPage (
    control : Object
) : TabPage

Parameters

  • control
    Specifies the control which TabPage contains

Return Value

Returns a TabPage or null if none found.

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

AifTabControl Class
AifTabControl Members
Microsoft.Uii.Csr Namespace

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