/// Gets or sets the row selector appearance when the left mouse button is pressed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Appearance RowSelectorPressed { get; set; }
Visual Basic
Public Property RowSelectorPressed As Appearance
	Get
	Set
Visual C++
public:
property Appearance^ RowSelectorPressed {
	Appearance^ get ();
	void set (Appearance^ value);
}
F#
member RowSelectorPressed : Appearance with get, set

Property Value

Type: Appearance
The row selector appearance.

See Also