WpfPanel.TabControl Property
Gets the control that allows the other class to view and modify the tab pages in the TabControl under this panel.
Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)
Usage
'Usage
Dim instance As WpfPanel
Dim value As AifWpfTabControl
value = instance.TabControl
Syntax
'Declaration
Public ReadOnly Property TabControl As AifWpfTabControl
public AifWpfTabControl TabControl { get; }
public:
property AifWpfTabControl^ TabControl {
AifWpfTabControl^ get ();
}
/** @property */
public AifWpfTabControl get_TabControl ()
public function get TabControl () : AifWpfTabControl
Property Value
Type: AifWpfTabControl.
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
WpfPanel Class
WpfPanel Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.