Softelvdm.Controls Class Library for Windows Controls 1.0

Font Property, ButtonPartClass Class

Softel vdm, Inc.

Defines the button's text font.

Syntax      ButtonPartClass Class (Softelvdm.Controls)

VB   

Public Property Font As Font

C#   

public Font Font { get; set; }

C++   

public: property Font^ Font {
        Font^ get();
        void set(Font^ value);
}

Property Value

The font.

The default value is null/Nothing.

Comments

The Font property defines the button's text font.

The font can be set to null/Nothing to use the default font.

The font is only used for the button text (Text property) and is ignored if a button image is used instead (Image property).

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com