ESRI.ArcGIS.ADF.Web.UI.WebControls
GetBuddyControlType Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Toolbar Class : GetBuddyControlType Method




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.

See Also

© 2010 All Rights Reserved.