Click or drag to resize

PaletteContentJustShortText Class

Implement storage but remove accesss to the non short text properties.
Inheritance Hierarchy

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class PaletteContentJustShortText : PaletteContentJustText

The PaletteContentJustShortText type exposes the following members.

Constructors
 NameDescription
Public methodPaletteContentJustShortText Initialize a new instance of the PaletteContentJustShortText class.
Public methodPaletteContentJustShortText(IPaletteContent) Initialize a new instance of the PaletteContentJustShortText class.
Public methodPaletteContentJustShortText(IPaletteContent, NeedPaintHandler) Initialize a new instance of the PaletteContentJustShortText class.
Top
Properties
 NameDescription
Public propertyDraw Gets a value indicating if content should be drawn.
(Inherited from PaletteContent)
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIsDefault Gets a value indicating if all values are default.
(Inherited from PaletteContent)
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)
Public propertyPadding Gets the padding between the border and content drawing.
(Inherited from PaletteContent)
Public propertyShortText Gets access to the short text palette details.
(Inherited from PaletteContent)
Top
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 methodGetContentAdjacentGap Gets the actual padding between adjacent content items.
(Inherited from PaletteContent)
Public methodGetContentDraw Gets the actual content draw value.
(Inherited from PaletteContent)
Public methodGetContentDrawFocus Gets the actual content draw with focus value.
(Inherited from PaletteContent)
Public methodGetContentImageColorMap Gets the image color to remap into another color.
(Inherited from PaletteContent)
Public methodGetContentImageColorTo Gets the color to use in place of the image map color.
(Inherited from PaletteContent)
Public methodGetContentImageEffect Gets the actual image drawing effect value.
(Inherited from PaletteContent)
Public methodGetContentImageH Gets the actual content image horizontal alignment value.
(Inherited from PaletteContent)
Public methodGetContentImageV Gets the actual content image vertical alignment value.
(Inherited from PaletteContent)
Public methodGetContentLongTextColor1 Gets the first color for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextColor2 Gets the second back color for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextColorAlign Gets the color alignment style for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextColorAngle Gets the color angle for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextColorStyle Gets the color drawing style for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextCompatiblePadding
(Inherited from PaletteContent)
Public methodGetContentLongTextFont Gets the actual content long text font value.
(Inherited from PaletteContent)
Public methodGetContentLongTextH Gets the actual content long text horizontal alignment value.
(Inherited from PaletteContent)
Public methodGetContentLongTextHint Gets the actual text rendering hint for long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextImage Gets an image for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextImageAlign Gets the image alignment style for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextImageStyle Gets the image style for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextMultiLine Gets the flag indicating if multiline text is allowed for long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextMultiLineH Gets the actual content long text horizontal multiline alignment value.
(Inherited from PaletteContent)
Public methodGetContentLongTextNewFont Gets the font for the long text by generating a new font instance.
(Inherited from PaletteContent)
Public methodGetContentLongTextPrefix Gets the prefix drawing setting for long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextTrim Gets the actual text trimming for the long text.
(Inherited from PaletteContent)
Public methodGetContentLongTextV Gets the actual content long text vertical alignment value.
(Inherited from PaletteContent)
Public methodGetContentPadding Gets the actual padding between the border and content drawing.
(Inherited from PaletteContent)
Public methodGetContentShortTextColor1 Gets the first color for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextColor2 Gets the second back color for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextColorAlign Gets the color alignment style for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextColorAngle Gets the color angle for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextColorStyle Gets the color drawing style for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextCompatiblePadding
(Inherited from PaletteContent)
Public methodGetContentShortTextFont Gets the actual content short text font value.
(Inherited from PaletteContent)
Public methodGetContentShortTextH Gets the actual content short text horizontal alignment value.
(Inherited from PaletteContent)
Public methodGetContentShortTextHint Gets the actual text rendering hint for short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextImage Gets an image for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextImageAlign Gets the image alignment style for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextImageStyle Gets the image style for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextMultiLine Gets the flag indicating if multiline text is allowed for short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextMultiLineH Gets the actual content short text horizontal multiline alignment value.
(Inherited from PaletteContent)
Public methodGetContentShortTextNewFont Gets the font for the short text by generating a new font instance.
(Inherited from PaletteContent)
Public methodGetContentShortTextPrefix Gets the prefix drawing setting for short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextTrim Gets the actual text trimming for the short text.
(Inherited from PaletteContent)
Public methodGetContentShortTextV Gets the actual content short text vertical alignment value.
(Inherited from PaletteContent)
Public methodGetContentStyle Gets the style appropriate for this content.
(Inherited from PaletteContent)
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 methodOnNeedPaint Raises the NeedPaint event.
(Inherited from Storage)
Protected methodOnPropertyChanged Raises the PropertyChanged event.
(Inherited from PaletteContent)
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.
(Overrides PaletteContentJustTextPopulateFromBase(PaletteState))
Public methodResetAdjacentGap Reset the AdjacentGap to the default value.
(Inherited from PaletteContent)
Public methodResetPadding Reset the Padding to the default value.
(Inherited from PaletteContent)
Public methodSetInherit Sets the inheritence parent.
(Inherited from PaletteContent)
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