ESRI.ArcGIS.ADF.Web.UI.WebControls
GetSupportedBuddyControlTypes Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > IBuddyControlSupport Interface : GetSupportedBuddyControlTypes Method




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()

See Also

© 2010 All Rights Reserved.