Struct TabControl.HitResult
Contains the result of a hit test on the tab control.
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public struct HitResult
Properties
| Improve this Doc View SourceCloseButton
Gets whether a close button was hit.
Declaration
public bool CloseButton { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Empty
Declaration
public static TabControl.HitResult Empty { get; }
Property Value
Type | Description |
---|---|
TabControl.HitResult |
FarScrollButton
Gets whether the far scroll button was hit.
Declaration
public bool FarScrollButton { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HitTab
Gets the tab under the mouse cursor.
Declaration
public Tab HitTab { get; }
Property Value
Type | Description |
---|---|
Tab |
NearScrollButton
Gets whether the near scroll button was hit.
Declaration
public bool NearScrollButton { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tab
Gets whether a tab was hit.
Declaration
public bool Tab { get; }
Property Value
Type | Description |
---|---|
System.Boolean |