Wimark.Controls Class Library  

RichTextBox.SelectionFont Property

Gets or sets the font of the current text selection or insertion point.

[Visual Basic]
Public Property SelectionFont As Font 
[C#]
public Font SelectionFont {get; set;}
[C++]
public: __property Font* get_SelectionFont();
public: __property void set_SelectionFont(Font*);

Requirements

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

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace