Click or drag to resize

KryptonPaletteTMSMenu Class

Storage for menu entries of the professional color table.
Inheritance Hierarchy

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class KryptonPaletteTMSMenu : KryptonPaletteTMSBase

The KryptonPaletteTMSMenu type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the unique identifier of the object.
(Inherited from GlobalId.)
Public propertyImageMarginGradientBegin
Gets and sets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
Public propertyImageMarginGradientEnd
Gets and sets the ending color of the gradient used in the image margin of a ToolStripDropDownMenu.
Public propertyImageMarginGradientMiddle
Gets and sets the middle color color of the gradient used in the image margin of a ToolStripDropDownMenu.
Public propertyImageMarginRevealedGradientBegin
Gets and sets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
Public propertyImageMarginRevealedGradientEnd
Gets and sets the ending color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
Public propertyImageMarginRevealedGradientMiddle
Gets and sets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
Public propertyIsDefault
Gets a value indicating if all values are default.
(Overrides StorageIsDefault.)
Public propertyMenuBorder
Gets and sets the color that is the border color to use on a MenuStrip.
Public propertyMenuItemBorder
Gets and sets the border color to use with a ToolStripMenuItem.
Public propertyMenuItemPressedGradientBegin
Gets and sets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
Public propertyMenuItemPressedGradientEnd
Gets and sets the ending color of the gradient used when a top-level ToolStripMenuItem is pressed.
Public propertyMenuItemPressedGradientMiddle
Gets and sets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
Public propertyMenuItemSelected
Gets and sets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
Public propertyMenuItemSelectedGradientBegin
Gets and sets the starting color of the gradient used when the ToolStripMenuItem is selected.
Public propertyMenuItemSelectedGradientEnd
Gets and sets the ending color of the gradient used when the ToolStripMenuItem is selected.
Public propertyMenuItemText
Gets and sets the color to draw text for individual menu items.
Public propertyNeedPaint
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage.)
Protected propertyNeedPaintDelegate
Gets access to the need paint delegate.
(Inherited from Storage.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNeedPaint
Raises the NeedPaint event.
(Inherited from Storage.)
Public methodPerformNeedPaint
Fires the NeedPaint event.
(Inherited from Storage.)
Public methodPerformNeedPaint(Boolean)
Fires the NeedPaint event.
(Inherited from Storage.)
Public methodPopulateFromBase
Populate values from the base palette.
Public methodResetImageMarginGradientBegin
esets the ImageMarginGradientBegin property to its default value.
Public methodResetImageMarginGradientEnd
esets the ImageMarginGradientEnd property to its default value.
Public methodResetImageMarginGradientMiddle
esets the ImageMarginGradientMiddle property to its default value.
Public methodResetImageMarginRevealedGradientBegin
esets the ImageMarginRevealedGradientBegin property to its default value.
Public methodResetImageMarginRevealedGradientEnd
esets the ImageMarginRevealedGradientEnd property to its default value.
Public methodResetImageMarginRevealedGradientMiddle
esets the ImageMarginRevealedGradientMiddle property to its default value.
Public methodResetMenuBorder
esets the MenuBorder property to its default value.
Public methodResetMenuItemBorder
esets the MenuItemBorder property to its default value.
Public methodResetMenuItemPressedGradientBegin
esets the MenuItemPressedGradientBegin property to its default value.
Public methodResetMenuItemPressedGradientEnd
esets the MenuItemPressedGradientEnd property to its default value.
Public methodResetMenuItemPressedGradientMiddle
esets the MenuItemPressedGradientMiddle property to its default value.
Public methodResetMenuItemSelected
esets the MenuItemSelected property to its default value.
Public methodResetMenuItemSelectedGradientBegin
esets the MenuItemSelectedGradientBegin property to its default value.
Public methodResetMenuItemSelectedGradientEnd
esets the MenuItemSelectedGradientEnd property to its default value.
Public methodResetMenuItemText
esets the MenuItemText property to its default value.
Public methodToString
Returns a string that represents the current defaulted state.
(Inherited from Storage.)
Top
Extension Methods
See Also