Gets or sets the row selector appearance when the mouse is over the control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Appearance RowSelectorHover { get; set; } |
Visual Basic |
---|
Public Property RowSelectorHover As Appearance
Get
Set |
Visual C++ |
---|
public:
property Appearance^ RowSelectorHover {
Appearance^ get ();
void set (Appearance^ value);
} |
F# |
---|
member RowSelectorHover : Appearance with get, set
|
Property Value
Type:
AppearanceThe row selector appearance.
See Also