ESRI.ArcGIS.ADF.Web.UI.WebControls
GetBuddyControlType Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : GetBuddyControlType Method




The method supports the .NET ADF infrastructure and is not intended to be used directly from your code.

Syntax

Visual Basic (Declaration) 
<StrongNameIdentityPermissionAttribute(Name="", 
   Version="", 
   PublicKey="0x002400000480000094000000060200000024000052534131000400000100010041065B94DC132E61958FBBA7776EB6434F6D70188E10BAABB35827BFF47C049CDD908697E7A02952BF0D988D1F7115262428E00C6B3602F952CFFA86997382259687B0F314E7F43C3E2A7DD06AB3BE5CD3F5616F44297DC4B49E5C3DC48D1B55F205276B322D1F79736A7BC437EC1D3357F94AD308D242F9398B23106FCB56BB", 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Deny Or  _
    SecurityAction.LinkDemand, 
   Unrestricted=False)>
Public MustOverride Function GetBuddyControlType() As Type
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As Type
 
value = instance.GetBuddyControlType()
C# 
[StrongNameIdentityPermissionAttribute(Name="", 
   Version="", 
   PublicKey="0x002400000480000094000000060200000024000052534131000400000100010041065B94DC132E61958FBBA7776EB6434F6D70188E10BAABB35827BFF47C049CDD908697E7A02952BF0D988D1F7115262428E00C6B3602F952CFFA86997382259687B0F314E7F43C3E2A7DD06AB3BE5CD3F5616F44297DC4B49E5C3DC48D1B55F205276B322D1F79736A7BC437EC1D3357F94AD308D242F9398B23106FCB56BB", 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=false)]
public abstract Type GetBuddyControlType()

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

© 2011 All Rights Reserved.