Visual Basic (Declaration) | |
---|---|
Public Enum UIOptions Inherits System.Enum |
C# | |
---|---|
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