AifWpfTabControl.GetTabPage(Object) 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.
Gets a specific tab page.
public:
System::Windows::Controls::TabItem ^ GetTabPage(System::Object ^ control);
public System.Windows.Controls.TabItem GetTabPage (object control);
member this.GetTabPage : obj -> System.Windows.Controls.TabItem
Public Function GetTabPage (control As Object) As TabItem
Parameters
- control
- Object
Specifies the control which TabPage contains.
Returns
Returns a TabItem or null if none found.