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.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawRibbonAppMenuRecentDec ( KryptonRibbon ribbon, IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawRibbonAppMenuRecentDec class.
|
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 ViewDrawRibbonAppMenuRecentDec ( KryptonRibbon ribbon, IContextMenuProvider provider, |
||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
provider | IContextMenuProvider | Provider of context menu information. |
recentDoc | Source rencent document instance. | |
maxWidth | int | Maximum width allowed for the item. |
needPaintDelegate | NeedPaintHandler | Delegate for requesting paint updates. |
index | int | Recent documet index. |
return | System |