ICreate.Controls.Bars Send comments on this topic.
Font Property
See Also 
ICreate.Controls.Bars Namespace > BarItemCommand Class : Font Property






The Font used to render the Text on the BarItemCommand.

Syntax

Visual Basic (Declaration) 
Public Property Font As Font
Visual Basic (Usage)Copy Code
Dim instance As BarItemCommand
Dim value As Font
 
instance.Font = value
 
value = instance.Font
C# 
public Font Font {get; set;}
Delphi 
public read-write property Font: Font; 
JScript 
public function get,set Font : Font
Managed Extensions for C++ 
public: __property Font get_Font();
public: __property void set_Font( 
   Font value
);
C++/CLI 
public:
property Font Font {
   Font get();
   void set (Font value);
}

Return Value

A reference to a Font, this property is the Font used to draw the Text on the BarItemCommand.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also