BCGControlBar Library for .NET
GetFormats(Boolean) Method




Syntax
'Declaration
 
Public Overloads Overridable Function GetFormats( _
   ByVal param1 As Boolean _
) As String()
'Usage
 
Dim instance As OutlookBarItem
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

OutlookBarItem Class
OutlookBarItem Members
Overload List

Send Feedback