PaletteContent Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class PaletteContent : Storage, IPaletteContent
The PaletteContent type exposes the following members.
| Name | Description | |
|---|---|---|
| PaletteContent(IPaletteContent) |
Initialize a new instance of the PaletteContent class.
| |
| PaletteContent(IPaletteContent, NeedPaintHandler) |
Initialize a new instance of the PaletteContent class.
|
| Name | Description | |
|---|---|---|
| AdjacentGap |
Gets the padding between adjacent content items.
| |
| Draw |
Gets a value indicating if content should be drawn.
| |
| DrawFocus |
Gets a value indicating if content should be drawn with focus indication.
| |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
| Image |
Gets access to the image palette details.
| |
| IsDefault |
Gets a value indicating if all values are default.
(Overrides StorageIsDefault.) | |
| LongText |
Gets access to the long text palette details.
| |
| NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage.) | |
| NeedPaintDelegate |
Gets access to the need paint delegate.
(Inherited from Storage.) | |
| Padding |
Gets the padding between the border and content drawing.
| |
| ShortText |
Gets access to the short text palette details.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetContentAdjacentGap |
Gets the actual padding between adjacent content items.
| |
| GetContentDraw |
Gets the actual content draw value.
| |
| GetContentDrawFocus |
Gets the actual content draw with focus value.
| |
| GetContentImageColorMap |
Gets the image color to remap into another color.
| |
| GetContentImageColorTo |
Gets the color to use in place of the image map color.
| |
| GetContentImageEffect |
Gets the actual image drawing effect value.
| |
| GetContentImageH |
Gets the actual content image horizontal alignment value.
| |
| GetContentImageV |
Gets the actual content image vertical alignment value.
| |
| GetContentLongTextColor1 |
Gets the first color for the long text.
| |
| GetContentLongTextColor2 |
Gets the second back color for the long text.
| |
| GetContentLongTextColorAlign |
Gets the color alignment style for the long text.
| |
| GetContentLongTextColorAngle |
Gets the color angle for the long text.
| |
| GetContentLongTextColorStyle |
Gets the color drawing style for the long text.
| |
| GetContentLongTextCompatiblePadding | ||
| GetContentLongTextFont |
Gets the actual content long text font value.
| |
| GetContentLongTextH |
Gets the actual content long text horizontal alignment value.
| |
| GetContentLongTextHint |
Gets the actual text rendering hint for long text.
| |
| GetContentLongTextImage |
Gets an image for the long text.
| |
| GetContentLongTextImageAlign |
Gets the image alignment style for the long text.
| |
| GetContentLongTextImageStyle |
Gets the image style for the long text.
| |
| GetContentLongTextMultiLine |
Gets the flag indicating if multiline text is allowed for long text.
| |
| GetContentLongTextMultiLineH |
Gets the actual content long text horizontal multiline alignment value.
| |
| GetContentLongTextNewFont |
Gets the font for the long text by generating a new font instance.
| |
| GetContentLongTextPrefix |
Gets the prefix drawing setting for long text.
| |
| GetContentLongTextTrim |
Gets the actual text trimming for the long text.
| |
| GetContentLongTextV |
Gets the actual content long text vertical alignment value.
| |
| GetContentPadding |
Gets the actual padding between the border and content drawing.
| |
| GetContentShortTextColor1 |
Gets the first color for the short text.
| |
| GetContentShortTextColor2 |
Gets the second back color for the short text.
| |
| GetContentShortTextColorAlign |
Gets the color alignment style for the short text.
| |
| GetContentShortTextColorAngle |
Gets the color angle for the short text.
| |
| GetContentShortTextColorStyle |
Gets the color drawing style for the short text.
| |
| GetContentShortTextCompatiblePadding | ||
| GetContentShortTextFont |
Gets the actual content short text font value.
| |
| GetContentShortTextH |
Gets the actual content short text horizontal alignment value.
| |
| GetContentShortTextHint |
Gets the actual text rendering hint for short text.
| |
| GetContentShortTextImage |
Gets an image for the short text.
| |
| GetContentShortTextImageAlign |
Gets the image alignment style for the short text.
| |
| GetContentShortTextImageStyle |
Gets the image style for the short text.
| |
| GetContentShortTextMultiLine |
Gets the flag indicating if multiline text is allowed for short text.
| |
| GetContentShortTextMultiLineH |
Gets the actual content short text horizontal multiline alignment value.
| |
| GetContentShortTextNewFont |
Gets the font for the short text by generating a new font instance.
| |
| GetContentShortTextPrefix |
Gets the prefix drawing setting for short text.
| |
| GetContentShortTextTrim |
Gets the actual text trimming for the short text.
| |
| GetContentShortTextV |
Gets the actual content short text vertical alignment value.
| |
| GetContentStyle |
Gets the style appropriate for this content.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNeedPaint |
Raises the NeedPaint event.
(Inherited from Storage.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
| |
| PerformNeedPaint |
Fires the NeedPaint event.
(Inherited from Storage.) | |
| PerformNeedPaint(Boolean) |
Fires the NeedPaint event.
(Inherited from Storage.) | |
| PopulateFromBase |
Populate values from the base palette.
| |
| ResetAdjacentGap |
Reset the AdjacentGap to the default value.
| |
| ResetPadding |
Reset the Padding to the default value.
| |
| SetInherit |
Sets the inheritence parent.
| |
| ToString |
Returns a string that represents the current defaulted state.
(Inherited from Storage.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |