FormRadioControl.font Method
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.
Overloads
font() |
Gets or sets the name of the font that is used for the control. |
font(String) |
font()
Gets or sets the name of the font that is used for the control.
public:
virtual System::String ^ font();
public virtual string font ();
abstract member font : unit -> string
override this.font : unit -> string
Public Overridable Function font () As String
Returns
The name of the font, such as Tahoma or Verdana.
Applies to
font(String)
public:
virtual System::String ^ font(System::String ^ _value);
public virtual string font (string _value);
abstract member font : string -> string
override this.font : string -> string
Public Overridable Function font (_value As String) As String
Parameters
- _value
- String
The value to assign as the font for the control; optional.