[]
Override to change the default C1ColorButton used for a Color.
protected virtual C1ColorButton CreateColorButton(Color color)
Protected Overridable Function CreateColorButton(color As Color) As C1ColorButton
| Type | Name | Description |
|---|---|---|
| Color | color | Color that should be represented. |
| Type | Description |
|---|---|
| C1ColorButton | A C1ColorButton for a specific Color. |
Override to change the default C1ColorButton used for a ColorPaletteEntry.
protected virtual C1ColorButton CreateColorButton(ColorPaletteEntry colorEntry)
Protected Overridable Function CreateColorButton(colorEntry As ColorPaletteEntry) As C1ColorButton
| Type | Name | Description |
|---|---|---|
| ColorPaletteEntry | colorEntry | ColorPaletteEntry that should be represented. |
| Type | Description |
|---|---|
| C1ColorButton | A C1ColorButton for a specific ColorPaletteEntry. |