Share via


ExternalControl.AttachListenersForWindowPositioning Method

Definition

Overloads

AttachListenersForWindowPositioning(TabItem)

Attaches to events on the specified tabItem and parent tabControl to support window positioning. Multiple invocations with the same tabItem will have the same effect as a single invocation. If window positioning is not configured, this method will have no effect.

AttachListenersForWindowPositioning(TabPage)

Attaches to events on the specified tabPage and parent tabControl to support window positioning. Multiple invocations with the same tabPage will have the same effect as a single invocation. If window positioning is not configured, this method will have no effect.

AttachListenersForWindowPositioning(TabItem)

Attaches to events on the specified tabItem and parent tabControl to support window positioning. Multiple invocations with the same tabItem will have the same effect as a single invocation. If window positioning is not configured, this method will have no effect.

public:
 void AttachListenersForWindowPositioning(System::Windows::Controls::TabItem ^ tabItem);
public void AttachListenersForWindowPositioning (System.Windows.Controls.TabItem tabItem);
member this.AttachListenersForWindowPositioning : System.Windows.Controls.TabItem -> unit
Public Sub AttachListenersForWindowPositioning (tabItem As TabItem)

Parameters

tabItem
TabItem

TabItem

Applies to

AttachListenersForWindowPositioning(TabPage)

Attaches to events on the specified tabPage and parent tabControl to support window positioning. Multiple invocations with the same tabPage will have the same effect as a single invocation. If window positioning is not configured, this method will have no effect.

public:
 void AttachListenersForWindowPositioning(System::Windows::Forms::TabPage ^ tabPage);
public void AttachListenersForWindowPositioning (System.Windows.Forms.TabPage tabPage);
member this.AttachListenersForWindowPositioning : System.Windows.Forms.TabPage -> unit
Public Sub AttachListenersForWindowPositioning (tabPage As TabPage)

Parameters

tabPage
TabPage

TabPage

Applies to