Returns the type of control (either a Map or PageLayout) that the Toolbar has been buddied with. This method returns the same value as the BuddyControlType property. This method was added to support frameworks that might not necessarily have a Map and a PageLayout that can be buddied.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function GetBuddyControlType() As Type |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Toolbar
Dim value As Type
value = instance.GetBuddyControlType() |
C# | |
---|
public override Type GetBuddyControlType() |
Return Value
Type of control that the Toolbar has been buddied with.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also