次の方法で共有


AifTabControl.GetTabPage(Object) Method

Definition

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.

Applies to