Click or drag to resize

KryptonPaletteButtonSpecBase Methods

The KryptonPaletteButtonSpecBase type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetButtonSpecColorMap Gets the color to remap from the image to the container foreground.
Public methodGetButtonSpecEdge Gets the edge to positon the button against.
Public methodGetButtonSpecIcon Gets the icon to display for the button.
Public methodGetButtonSpecImage Gets the image to display for the button.
Public methodGetButtonSpecImageTransparentColor Gets the image transparent color.
Public methodGetButtonSpecLocation Get the location for the button.
Public methodGetButtonSpecLongText Gets the long text to display for the button.
Public methodGetButtonSpecOrientation Gets the button orientation.
Public methodGetButtonSpecShortText Gets the short text to display for the button.
Public methodGetButtonSpecStyle Gets the button style used for drawing the button.
Public methodGetButtonSpecToolTipTitle Gets the tooltip title text to display for the button.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnButtonSpecChanged Raises the ButtonSpecChanged event.
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 methodResetEdge Resets the Edge property to its default value.
Public methodResetOrientation Resets the Orientation property to its default value.
Public methodResetStyle Resets the Style property to its default value.
Public methodSetRedirector Update the redirector with new reference.
Public methodToString Returns a string that represents the current defaulted state.
(Inherited from Storage)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also