BCGControlBar Library for .NET
GetFormats(Boolean) Method




Gets a list of all formats that data stored in this instance is associated with or can be converted to, using a Boolean value to determine whether to retrieve all formats that the data can be converted to or only native data formats. Returns null reference.
Syntax
'Declaration
 
Public Overloads Overridable Function GetFormats( _
   ByVal param1 As Boolean _
) As String()
'Usage
 
Dim instance As ToolbarButton
Dim param1 As Boolean
Dim value() As String
 
value = instance.GetFormats(param1)
public virtual string[] GetFormats( 
   bool param1
)
public: virtual string*[]* GetFormats( 
   bool param1
) 
public:
virtual array<String^>^ GetFormats( 
   bool param1
) 

Parameters

param1
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