ContextItemCollectionOptions Properties
Stores a ContextItemCollection‘s settings. Use the ContextItemCollection.Options property or the control’s repository item to access them.
Name | Description |
---|---|
Allow |
Enables or disables glyph skinning for context items that display images. |
Allow |
Gets or sets whether context items support HTML tags. |
Allow |
Gets or sets whether context items‘ tooltips support HTML tags. |
Animation |
Gets or sets the time required to show or hide context items. |
Animation |
Gets or sets the Context |
Bottom |
Gets or sets a Color for a control’s bottom panel that contains context items. |
Bottom |
Gets or sets Padding for context items inside the bottom panel. |
Center |
Gets or sets a Color for a control’s center panel that contains context items. |
Center |
Gets or sets Padding for context items inside the center panel. |
Disabled |
Gets or sets opacity for all disabled context items. |
Far |
Gets or sets a Color for a control’s far panel that contains context items. |
Far |
Gets or sets Padding for context items inside the far panel. |
Hover |
Gets or sets opacity for hovered context items. |
Indent | Gets or sets the distance between context items. |
Item |
Gets or sets a cursor type for Context |
Near |
Gets or sets a Color for a control’s near panel that contains context items. |
Near |
Gets or sets Padding for context items inside the near panel. |
Normal |
Gets or sets Context |
Owner |
An IContext |
Panel |
Gets or sets a Cursor displayed when the mouse pointer hovers over a panel that contains context items |
Show |
Gets or sets whether tooltips are shown when the mouse pointer hovers over context buttons. |
Top |
Gets or sets a Color for a control’s top panel that contains context items. |
Top |
Gets or sets Padding for context items inside the top panel. |
See Also