Method | Description | |
---|---|---|
GetFirstQATView ( ) : ViewBase |
Gets the view element for the first visible and enabled quick access toolbar button.
|
|
GetLastQATView ( ) : ViewBase |
Gets the view element for the first visible and enabled quick access toolbar button.
|
|
GetNextQATView ( ViewBase qatButton ) : ViewBase |
Gets the view element the button after the one provided.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetPreviousQATView ( ViewBase qatButton ) : ViewBase |
Gets the view element for the button before the one provided.
|
|
GetQATKeyTips ( ) : KeyTipInfo[] |
Generate a key tip info for each visible tab.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutRibbonQATMini ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate ) : System |
Initialize a new instance of the ViewLayoutRibbonQATMini class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
OnExtraButtonClick ( object sender, EventHandler finishDelegate ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetNextQATView ( ViewBase qatButton ) : ViewBase | ||
qatButton | ViewBase | Search for entry after this view. |
return | ViewBase |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public GetPreviousQATView ( ViewBase qatButton ) : ViewBase | ||
qatButton | ViewBase | Search for entry after this view. |
return | ViewBase |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewLayoutRibbonQATMini ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate ) : System | ||
ribbon | KryptonRibbon | Owning control instance. |
needPaintDelegate | NeedPaintHandler | Delegate for notifying paint/layout changes. |
return | System |