Method | Description | |
---|---|---|
ButtonSpecFromView ( ViewBase element ) : |
Gets the ButtonSpec associated with the provided item.
|
|
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.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
Layout ( |
Perform a layout of the elements.
|
|
PerformClick ( ) : void |
Raises the Click event for the button.
|
|
Render ( |
Perform a render of the elements.
|
|
SetOrientation ( VisualOrientation borderBackOrient, VisualOrientation contentOrient ) : void |
Set the orientation of the background/border and content.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawNavRibbonTab ( |
Initialize a new instance of the ViewDrawNavRibbonTab class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnNeedPaint ( object sender, |
Raises the NeedPaint event.
|
|
OnRightClick ( object sender, MouseEventArgs e ) : void |
Processes the RightClick event from the button.
|
Method | Description | |
---|---|---|
CheckPaletteState ( |
||
OnButtonDragOffset ( object sender, |
||
OnButtonDragRectangle ( object sender, |
||
OnClick ( object sender, |
||
OnDragEnd ( object sender, |
||
OnDragMove ( object sender, |
||
OnDragQuit ( object sender, |
||
OnDragStart ( object sender, |
||
StateIndex ( PaletteState state ) : int |
public ButtonSpecFromView ( ViewBase element ) : |
||
element | ViewBase | Element to search against. |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | 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 GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of the event. |
e | An NeedLayoutEventArgs containing event data. | |
return | void |
protected OnRightClick ( object sender, MouseEventArgs e ) : void | ||
sender | object | Source of the event. |
e | MouseEventArgs | An EventArgs containing the event data. |
return | void |
public Render ( |
||
context | Rendering context. | |
return | void |
public SetOrientation ( VisualOrientation borderBackOrient, VisualOrientation contentOrient ) : void | ||
borderBackOrient | VisualOrientation | Orientation of the button border and background.. |
contentOrient | VisualOrientation | Orientation of the button contents. |
return | void |
public ViewDrawNavRibbonTab ( |
||
navigator | Owning navigator instance. | |
page | Page this ribbon tab represents. | |
return | System |