Property | Type | Description | |
---|---|---|---|
ActualVisible | bool | ||
OnContextClick | void | ||
OnCustomPropertyChanged | void | ||
OnLayoutAction | void | ||
OnMouseEnterControl | void | ||
OnMouseLeaveControl | void | ||
UpdateEnabled | void | ||
UpdateParent | void | ||
UpdateVisible | void |
Method | Description | |
---|---|---|
GetFirstFocusItem ( ) : ViewBase |
Gets the first focus item from the container.
|
|
GetGroupKeyTips ( KeyTipInfoList keyTipList, int lineHint ) : void |
Gets the array of group level key tips.
|
|
GetLastFocusItem ( ) : ViewBase |
Gets the last focus item from the item.
|
|
GetNextFocusItem ( ViewBase current, bool &matched ) : ViewBase |
Gets the next focus item based on the current item as provided.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetPreviousFocusItem ( ViewBase current, bool &matched ) : ViewBase |
Gets the previous focus item based on the current item as provided.
|
|
Layout ( |
Perform a layout of the elements.
|
|
LostFocus ( |
Source control has lost the focus.
|
|
Render ( |
Perform a render of the elements.
|
|
ResetGroupItemSize ( ) : void |
Reset the group item size to the item definition.
|
|
SetGroupItemSize ( GroupItemSize size ) : void |
Override the group item size if possible.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawRibbonGroupCustomControl ( KryptonRibbon ribbon, |
Initialize a new instance of the ViewDrawRibbonGroupCustom class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnNeedPaint ( bool needLayout ) : void |
Raises the NeedPaint event.
|
|
OnNeedPaint ( bool needLayout, |
Raises the NeedPaint event.
|
Method | Description | |
---|---|---|
ActualVisible ( |
||
OnContextClick ( object sender, MouseEventArgs e ) : void | ||
OnCustomPropertyChanged ( object sender, |
||
OnLayoutAction ( object sender, |
||
OnMouseEnterControl ( object sender, |
||
OnMouseLeaveControl ( object sender, |
||
UpdateEnabled ( |
||
UpdateParent ( |
||
UpdateVisible ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetGroupKeyTips ( KeyTipInfoList keyTipList, int lineHint ) : void | ||
keyTipList | KeyTipInfoList | List to add new entries into. |
lineHint | int | Provide hint to item about its location. |
return | void |
public GetNextFocusItem ( ViewBase current, bool &matched ) : ViewBase | ||
current | ViewBase | The view that is currently focused. |
matched | bool | Has the current focus item been matched yet. |
return | ViewBase |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public GetPreviousFocusItem ( ViewBase current, bool &matched ) : ViewBase | ||
current | ViewBase | The view that is currently focused. |
matched | bool | Has the current focus item been matched yet. |
return | ViewBase |
public Layout ( |
||
context | Layout context. | |
return | void |
public LostFocus ( |
||
c | Reference to the source control instance. | |
return | void |
protected OnNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
return | void |
protected OnNeedPaint ( bool needLayout, |
||
needLayout | bool | Does the palette change require a layout. |
invalidRect | Rectangle to invalidate. | |
return | void |
public Render ( |
||
context | Rendering context. | |
return | void |
public SetGroupItemSize ( GroupItemSize size ) : void | ||
size | GroupItemSize | New size to use. |
return | void |
public ViewDrawRibbonGroupCustomControl ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
ribbonCustom | Reference to source custom definition. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |