Font Property
Retrieves the Font information.
Syntax
Visual Basic Overridable Public ReadOnly Property Font As FontInfo C# public virtual FontInfo Font { get; } Managed C++ public: __property virtual FontInfo get_Font(); JScript public function get Font() : FontInfo;
Possible Values
sFont FontInfo that specifies the Font information. The property is read-only. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX
See Also