Method | Description | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
Render ( |
Perform a render of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
Track ( ) : void |
Item is becoming tracked by the mouse.
|
|
Untrack ( ) : void |
Item is becoming tracked by the mouse.
|
|
ViewDrawMenuImageSelectItem ( ViewContextMenuManager viewManager, |
Initialize a new instance of the ViewDrawMenuImageSelectItem class.
|
Method | Description | |
---|---|---|
OnItemClick ( object sender, MouseEventArgs e ) : void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
return | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
return | Color |
public Render ( |
||
context | Rendering context. | |
return | void |
public ViewDrawMenuImageSelectItem ( ViewContextMenuManager viewManager, |
||
viewManager | ViewContextMenuManager | Owning view manager instance. |
imageSelect | Owning image select instance. | |
palette | IPaletteTriple | Palette used to recover values. |
layout | Reference to item layout. | |
needPaint | NeedPaintHandler | Delegate for requesting paints. |
return | System |