Show / Hide Table of Contents

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 Source

CloseButton

Gets whether a close button was hit.

Declaration
public bool CloseButton { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Empty

Declaration
public static TabControl.HitResult Empty { get; }
Property Value
Type Description
TabControl.HitResult
| Improve this Doc View Source

FarScrollButton

Gets whether the far scroll button was hit.

Declaration
public bool FarScrollButton { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HitTab

Gets the tab under the mouse cursor.

Declaration
public Tab HitTab { get; }
Property Value
Type Description
Tab
| Improve this Doc View Source

NearScrollButton

Gets whether the near scroll button was hit.

Declaration
public bool NearScrollButton { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Tab

Gets whether a tab was hit.

Declaration
public bool Tab { get; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2018 Özgür Özçıtak