Method | Description | |
---|---|---|
Close ( |
Raises the Close event on the provider.
|
|
Closing ( CancelEventArgs cea ) : void |
Raises the Closing event on the provider.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderAfter ( |
Perform rendering after child elements are rendered.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuColorBlock ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuColorBlock class.
|
Method | Description | |
---|---|---|
OnClick ( object sender, |
public Close ( |
||
e | A CancelEventArgs containing the event data. | |
return | void |
public Closing ( CancelEventArgs cea ) : void | ||
cea | CancelEventArgs | A CancelEventArgs containing the event data. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderAfter ( |
||
context | Rendering context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public ViewDrawMenuColorBlock ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
colorColumns | Reference to owning color columns entry. | |
color | Color | Drawing color for the block. |
first | bool | Is this element first in column. |
last | bool | Is this element last in column. |
enabled | bool | Is this column enabled |
return | System |