Returns the types of controls that another control can buddy with. For example, an OverviewMap control implementing this method would return a Map control, whereas a Toolbar control would return Map and PageLayout controls.
Syntax
Visual Basic (Declaration) | |
---|
Function GetSupportedBuddyControlTypes() As Type() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IBuddyControlSupport
Dim value() As Type
value = instance.GetSupportedBuddyControlTypes() |
C# | |
---|
Type[] GetSupportedBuddyControlTypes() |
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