ESRI.ArcGIS.ADF.Web.UI.WebControls
GetSupportedBuddyControlTypes Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskManager Class : GetSupportedBuddyControlTypes Method




Returns an array of types supported for the BuddyControl.

Syntax

Visual Basic (Declaration) 
Public Function GetSupportedBuddyControlTypes() As Type()
Visual Basic (Usage)Copy Code
Dim instance As TaskManager
Dim value() As Type
 
value = instance.GetSupportedBuddyControlTypes()
C# 
public Type[] GetSupportedBuddyControlTypes()

Remarks

Currently returns one item in the list: System.Web.UI.WebControls.HierarchicalDataBoundControl.

See Also

© 2010 All Rights Reserved.