RichTextAreaIHandlerSelectionBold Property |
Gets or sets a value indicating whether the selected text or insertion point has bold text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool SelectionBold { get; set; }
Property SelectionBold As Boolean
Get
Set
abstract SelectionBold : bool with get, set
Property Value
Type:
Booleantrue if selected text is bold; otherwise,
false.
See Also