Свойство | Type | Description | |
---|---|---|---|
ShouldSerializeExtraText | bool | ||
ShouldSerializeImage | bool | ||
ShouldSerializeImageStates | bool | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeText | bool |
Méthode | Description | |
---|---|---|
ColorButtonValues ( NeedPaintHandler needPaint ) : System |
Initialize a new instance of the ColorButtonValues class.
|
|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the content image transparent color.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
ResetExtraText ( ) : void |
Resets the Description property to its default value.
|
|
ResetImage ( ) : void |
Resets the Image property to its default value.
|
|
ResetImageTransparentColor ( ) : void |
Resets the ImageTransparentColor property to its default value.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
Méthode | Description | |
---|---|---|
CreateImageStates ( ) : |
Create the storage for the image states.
|
Méthode | Description | |
---|---|---|
ShouldSerializeExtraText ( ) : bool | ||
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageStates ( ) : bool | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeText ( ) : bool |
public ColorButtonValues ( NeedPaintHandler needPaint ) : System | ||
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Résultat | System |
protected CreateImageStates ( ) : |
||
Résultat |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
Résultat | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image color is needed. |
Résultat | Color |
public ResetImageTransparentColor ( ) : void | ||
Résultat | void |