BCGControlBar Library for .NET
GetFormats() Method




Returns a list of all formats that data stored in this instance is associated with or can be converted to. This list has the single format "ToolBarButton".
Syntax
'Declaration
 
Public Overloads Overridable Function GetFormats() As String()
'Usage
 
Dim instance As ToolbarButton
Dim value() As String
 
value = instance.GetFormats()
public virtual string[] GetFormats()
public: virtual string*[]* GetFormats(); 
public:
virtual array<String^>^ GetFormats(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarButton Class
ToolbarButton Members
Overload List

Send Feedback