AifTabControl.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 TabPage identify by the control it contains.
public:
System::Windows::Forms::TabPage ^ GetTabPage(System::Object ^ control);
public System.Windows.Forms.TabPage GetTabPage (object control);
override this.GetTabPage : obj -> System.Windows.Forms.TabPage
Public Function GetTabPage (control As Object) As TabPage
Parameters
- control
- Object
Specifies the control which TabPage contains
Returns
Returns a TabPage or null if none found.