GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : UIOptions Enumeration |
'Declaration Public Enum UIOptions Inherits System.Enum
public enum UIOptions : System.Enum
Member | Description |
---|---|
ContextCustomize | Adds a "Customize" menu under the context menu. |
ForceHitTesting | Allows the HitTest function to be used. By default the control applies optimization so that only objects that have mouse event handlers (or context menus or tooltips) attached are visible through hit testing. |
None | No UI options are used. |
UseCustomTooltips | Allows the drawn tooltips of the control to be used instead of System.Windows.Forms.Tooltip. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.UIOptions