[This is preliminary documentation and is subject to change.]
Indicates whether an element does not receive any mouse events
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool MouseTransparent { get; set; }
public bool MouseTransparent { get; set; }
Public Property MouseTransparent As Boolean
Get
Set
Public Property MouseTransparent As Boolean
Get
Set
public:
property bool MouseTransparent {
bool get ();
void set (bool value);
}
public:
property bool MouseTransparent {
bool get ();
void set (bool value);
}
member MouseTransparent : bool with get, set
member MouseTransparent : bool with get, set
Property Value
Type:
Boolean