Wimark.Controls Class Library  

RichTextBox.SelectionAlignment Property

Gets or sets the alignment to apply to the current selection or insertion point.

[Visual Basic]
Public Property SelectionAlignment As HorizontalAlignment 
[C#]
public HorizontalAlignment SelectionAlignment {get; set;}
[C++]
public: __property HorizontalAlignment get_SelectionAlignment();
public: __property void set_SelectionAlignment(HorizontalAlignment);

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