DialogBase.DialogFont Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The font that Dialogs should use according to IUIService, based on system and application settings.
protected:
property System::Drawing::Font ^ DialogFont { System::Drawing::Font ^ get(); };
protected System.Drawing.Font DialogFont { get; }
member this.DialogFont : System.Drawing.Font
Protected ReadOnly Property DialogFont As Font