Метод | Описание | |
---|---|---|
DrawBack ( |
Draw background to fill the specified path.
|
|
DrawBorder ( |
Draw border on the inside edge of the specified rectangle.
|
|
DrawCheckBox ( |
Perform drawing of a check box.
|
|
DrawContent ( |
Perform draw of content using provided memento.
|
|
DrawDragDropDockingGlyph ( |
Draw a solid area glyph suitable for a drag drop area.
|
|
DrawDragDropSolidGlyph ( |
Draw a solid area glyph suitable for a drag drop area.
|
|
DrawDropDownButton ( |
Perform drawing of a drop down button.
|
|
DrawGridErrorGlyph ( |
Draw a grid error glyph.
|
|
DrawGridRowGlyph ( |
Draw a grid row glyph.
|
|
DrawGridSortGlyph ( |
Draw a grid sorting direction glyph.
|
|
DrawInputControlDropDownGlyph ( |
Draw a drop down grid appropriate for a input control.
|
|
DrawInputControlNumericDownGlyph ( |
Draw a numeric down button image appropriate for a input control.
|
|
DrawInputControlNumericUpGlyph ( |
Draw a numeric up button image appropriate for a input control.
|
|
DrawRadioButton ( |
Perform drawing of a radio button.
|
|
DrawRibbonApplicationButton ( PaletteRibbonShape shape, |
Draw the application button.
|
|
DrawRibbonApplicationTab ( PaletteRibbonShape shape, |
Draw the application tab.
|
|
DrawRibbonBack ( PaletteRibbonShape shape, |
Draw the background of a ribbon element.
|
|
DrawRibbonClusterEdge ( PaletteRibbonShape shape, |
Perform drawing of a ribbon cluster edge.
|
|
DrawRibbonContextArrow ( PaletteRibbonShape shape, |
Perform drawing of a ribbon context arrow glyph.
|
|
DrawRibbonDialogBoxLauncher ( PaletteRibbonShape shape, |
Perform drawing of a ribbon dialog box launcher glyph.
|
|
DrawRibbonDropArrow ( PaletteRibbonShape shape, |
Perform drawing of a ribbon drop arrow glyph.
|
|
DrawRibbonGroupSeparator ( PaletteRibbonShape shape, |
Perform drawing of a ribbon group separator.
|
|
DrawRibbonOverflow ( PaletteRibbonShape shape, |
Perform drawing of a ribbon overflow image.
|
|
DrawRibbonTabContextTitle ( PaletteRibbonShape shape, |
Draw a context ribbon tab title.
|
|
DrawSeparator ( |
Perform drawing of a separator glyph.
|
|
DrawTabBorder ( |
Draw border on the inside edge of the specified rectangle.
|
|
DrawTrackGlyph ( |
Draw the track bar track glyph.
|
|
DrawTrackPositionGlyph ( |
Draw the track bar position glyph.
|
|
DrawTrackTicksGlyph ( |
Draw the track bar ticks glyph.
|
|
EvalTransparentPaint ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, PaletteState state ) : bool |
Evaluate if transparent painting is needed for background or border palettes.
|
|
EvalTransparentPaint ( IPaletteBack paletteBack, PaletteState state ) : bool |
Evaluate if transparent painting is needed for background palette.
|
|
GetBackPath ( |
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
|
|
GetBorderDisplayPadding ( IPaletteBorder palette, PaletteState state, VisualOrientation orientation ) : Padding |
Gets the padding used to position display elements completely inside border drawing.
|
|
GetBorderPath ( |
Generate a graphics path that is in the middle of the border.
|
|
GetBorderRawPadding ( IPaletteBorder palette, PaletteState state, VisualOrientation orientation ) : Padding |
Gets the raw padding used per edge of the border.
|
|
GetCheckBoxPreferredSize ( |
Calculate the requested display size for the check box.
|
|
GetContentImageDisplayed ( IDisposable memento ) : bool |
Request the calculated display of the image.
|
|
GetContentImageRectangle ( IDisposable memento ) : Rectangle |
Request the calculated position of the content image.
|
|
GetContentLongTextDisplayed ( IDisposable memento ) : bool |
Request the calculated display of the long text.
|
|
GetContentLongTextRectangle ( IDisposable memento ) : Rectangle |
Request the calculated position of the content long text.
|
|
GetContentPreferredSize ( ViewLayoutContext context, IPaletteContent palette, IContentValues values, VisualOrientation orientation, PaletteState state, bool composition ) : Size |
Get the preferred size for drawing the content.
|
|
GetContentShortTextDisplayed ( IDisposable memento ) : bool |
Request the calculated display of the short text.
|
|
GetContentShortTextRectangle ( IDisposable memento ) : Rectangle |
Request the calculated position of the content short text.
|
|
GetDropDownButtonPreferredSize ( ViewLayoutContext context, IPalette palette, PaletteState state, VisualOrientation orientation ) : Size |
Calculate the requested display size for the drop down button.
|
|
GetOutsideBorderPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state ) : GraphicsPath |
Generate a graphics path that is the outside edge of the border.
|
|
GetRadioButtonPreferredSize ( ViewLayoutContext context, IPalette palette, bool enabled, bool checkState, bool tracking, bool pressed ) : Size |
Calculate the requested display size for the radio button.
|
|
GetTabBackPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state, TabBorderStyle tabBorderStyle ) : GraphicsPath |
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
|
|
GetTabBorderDisplayPadding ( ViewLayoutContext context, IPaletteBorder palette, PaletteState state, VisualOrientation orientation, TabBorderStyle tabBorderStyle ) : Padding |
Gets the padding used to position display elements completely inside border drawing.
|
|
GetTabBorderLeftDrawing ( TabBorderStyle tabBorderStyle ) : bool |
Gets if the tabs should be drawn from left to right for z-ordering.
|
|
GetTabBorderPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state, TabBorderStyle tabBorderStyle ) : GraphicsPath |
Generate a graphics path that encloses the border itself.
|
|
GetTabBorderSpacingGap ( TabBorderStyle tabBorderStyle ) : int |
Gets the spacing used to separate each tab border instance.
|
|
LayoutContent ( ViewLayoutContext context, Rectangle availableRect, IPaletteContent palette, IContentValues values, VisualOrientation orientation, PaletteState state, bool composition ) : IDisposable |
Perform layout calculations on the provided content.
|
|
MeasureDragDropDockingGlyph ( RenderDragDockingData dragData, IPaletteDragDrop dragDropPalette, PaletteDragFeedback feedback ) : void |
Measure the drag and drop docking glyphs.
|
|
RenderToolStrip ( IPalette colorPalette ) : ToolStripRenderer |
Gets a renderer for drawing the toolstrips.
|
Метод | Описание | |
---|---|---|
DrawRibbonAppButton ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonAppButtonBorder1 ( |
Internal rendering method.
|
|
DrawRibbonAppButtonBorder2 ( |
Internal rendering method.
|
|
DrawRibbonAppButtonGlowCenter ( |
Internal rendering method.
|
|
DrawRibbonAppButtonGlowUpperBottom ( |
Internal rendering method.
|
|
DrawRibbonAppButtonLowerHalf ( |
Internal rendering method.
|
|
DrawRibbonAppButtonUpperHalf ( |
Internal rendering method.
|
|
DrawRibbonAppMenuInner ( |
Internal rendering method.
|
|
DrawRibbonAppMenuOuter ( |
Internal rendering method.
|
|
DrawRibbonAppTab ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonGroupAreaBorder1And2 ( |
Internal rendering method.
|
|
DrawRibbonGroupAreaBorder3And4 ( |
Internal rendering method.
|
|
DrawRibbonGroupAreaBorderContext ( |
Internal rendering method.
|
|
DrawRibbonGroupCollapsedBorder ( |
Internal rendering method.
|
|
DrawRibbonGroupCollapsedFrameBorder ( |
Internal rendering method.
|
|
DrawRibbonGroupGradientOne ( |
Internal rendering method.
|
|
DrawRibbonGroupGradientTwo ( |
Internal rendering method.
|
|
DrawRibbonGroupNormalBorder ( |
Internal rendering method.
|
|
DrawRibbonGroupNormalBorderSep ( bool showingInPopup, |
Internal rendering method.
|
|
DrawRibbonGroupNormalTitle ( |
Internal rendering method.
|
|
DrawRibbonLinear ( |
Internal rendering method.
|
|
DrawRibbonLinearBorder ( |
Internal rendering method.
|
|
DrawRibbonQATFullbarRound ( |
Internal rendering method.
|
|
DrawRibbonQATFullbarSquare ( |
Internal rendering method.
|
|
DrawRibbonQATMinibarDouble ( |
Internal rendering method.
|
|
DrawRibbonQATMinibarSingle ( |
Internal rendering method.
|
|
DrawRibbonQATOverflow ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabContext ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelected ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedBottom ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedBottomDraw ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedLeft ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedLeftDraw ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedRight ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedRightDraw ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedTop ( |
Internal rendering method.
|
|
DrawRibbonTabContextSelectedTopDraw ( |
Internal rendering method.
|
|
DrawRibbonTabFocus2010 ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabFocusBottom2010 ( |
Internal rendering method.
|
|
DrawRibbonTabFocusLeft2010 ( |
Internal rendering method.
|
|
DrawRibbonTabFocusRight2010 ( |
Internal rendering method.
|
|
DrawRibbonTabFocusTop2010 ( |
Internal rendering method.
|
|
DrawRibbonTabGlowing ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabGlowingBottom ( |
Internal rendering method.
|
|
DrawRibbonTabGlowingLeft ( |
Internal rendering method.
|
|
DrawRibbonTabGlowingRight ( |
Internal rendering method.
|
|
DrawRibbonTabGlowingTop ( |
Internal rendering method.
|
|
DrawRibbonTabHighlight ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabHighlightBottom ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightBottomDraw ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightLeft ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightLeftDraw ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightRight ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightRightDraw ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightTop ( |
Internal rendering method.
|
|
DrawRibbonTabHighlightTopDraw ( |
Internal rendering method.
|
|
DrawRibbonTabSelected2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelected2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedBottom2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedBottom2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedBottomDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedBottomDraw2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedLeft2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedLeft2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedLeftDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedLeftDraw2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedRight2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedRight2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedRightDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedRightDraw2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedTop2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedTop2010 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedTopDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabSelectedTopDraw2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTracking2007 ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabTracking2010 ( PaletteRibbonShape shape, |
Internal rendering method.
|
|
DrawRibbonTabTrackingBottom2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingBottom2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingBottomDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingLeft2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingLeft2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingLeftDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingRight2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingRight2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingRightDraw2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingTop2007 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingTop2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTrackingTopDraw2007 ( |
Internal rendering method.
|
Метод | Описание | |
---|---|---|
AddOneNotePath ( |
||
AddOneNoteReversePath ( |
||
AddRoundedPath ( |
||
AddSlantBothPath ( |
||
AddSlantFarPath ( |
||
AddSlantNearPath ( |
||
AddSmoothPath ( |
||
AddSquarePath ( |
||
AdjustOneNoteTab ( |
||
AdjustOutsizeTab ( PaletteState state, |
||
AdjustSmoothTab ( PaletteState state, |
||
AllocateAlignmentSpace ( int alignHIndex, int alignVIndex, |
||
AllocateImageSpace ( StandardContentMemento memento, IPaletteContent paletteContent, IContentValues contentValues, PaletteState state, |
||
AllocateLongTextSpace ( |
||
AllocateShortTextSpace ( |
||
AllocatedColumnWidths ( |
||
AllocatedRowHeights ( |
||
AllocatedTotalHeight ( |
||
AllocatedTotalWidth ( |
||
ApplyExcessSpace ( int excess, int &cells ) : void | ||
ContentFontForButtonForm ( |
||
ContentPaddingForButtonForm ( Padding original, |
||
CreateAllBorderBackPath ( bool middle, |
||
CreateBorderBackPath ( bool forBorder, bool middle, |
||
CreateBorderBackPathComplete ( bool middle, PaletteDrawBorders borders, |
||
CreateBorderBackPathOnly ( PaletteDrawBorders borders, |
||
CreateBorderBackPathOnly ( bool middle, PaletteDrawBorders borders, |
||
CreateBorderBackPathOnlyClosed ( bool middle, PaletteDrawBorders borders, |
||
CreateColorBrush ( |
||
CreateImageBrush ( |
||
CreatePositionPathsBoth ( |
||
CreatePositionPathsBoth ( |
||
CreatePositionPathsBottom ( |
||
CreatePositionPathsBottom ( |
||
CreatePositionPathsLeft ( |
||
CreatePositionPathsLeft ( |
||
CreatePositionPathsRight ( |
||
CreatePositionPathsRight ( |
||
CreatePositionPathsTop ( |
||
CreatePositionPathsTop ( |
||
CreateTabBorderBackPath ( RightToLeft rtl, PaletteState state, bool forBorder, |
||
CreateTabBorderPath ( bool rtl, PaletteState state, bool forBorder, |
||
DiscoverCheckBoxState ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : CheckBoxState | ||
DiscoverRadioButtonState ( bool enabled, bool checkState, bool tracking, bool pressed ) : RadioButtonState | ||
DrawBackLinearShadow ( |
||
DrawBackOneNote ( |
||
DrawBackRounded4 ( |
||
DrawBackRoundedTopLeftWhite ( |
||
DrawBackRoundedTopLight ( |
||
DrawBackRounding5 ( |
||
DrawBackSolidInside ( |
||
DrawBackSolidLine ( |
||
DrawDragDockingArrow ( |
||
DrawDragDockingMiddleLines ( |
||
DrawDragDockingRounded ( |
||
DrawDragDockingRoundedBackground ( |
||
DrawDragDockingRoundedBottom ( |
||
DrawDragDockingRoundedLeft ( |
||
DrawDragDockingRoundedMiddle ( |
||
DrawDragDockingRoundedRect ( |
||
DrawDragDockingRoundedRight ( |
||
DrawDragDockingRoundedTop ( |
||
DrawDragDockingSquares ( |
||
DrawDragDockingSquaresBackground ( |
||
DrawDragDockingSquaresBottom ( |
||
DrawDragDockingSquaresLeft ( |
||
DrawDragDockingSquaresMiddle ( |
||
DrawDragDockingSquaresRight ( |
||
DrawDragDockingSquaresTop ( |
||
MeasureDragDockingRounded ( RenderDragDockingData dragData, IPaletteDragDrop dragDropPalette ) : void | ||
MeasureDragDockingSquares ( RenderDragDockingData dragData, IPaletteDragDrop dragDropPalette ) : void | ||
OwningKryptonForm ( Control c ) : KryptonForm | ||
PositionAlignContent ( StandardContentMemento memento, IPaletteContent paletteContent, PaletteState state, RightToLeft rtl, PaletteRelativeAlign alignH, PaletteRelativeAlign alignV, int cellX, int cellY, int cellWidth, int cellHeight, int spacingGap ) : void | ||
PositionCellContent ( RightToLeft rtl, PaletteRelativeAlign drawH, PaletteRelativeAlign drawV, Size contentSize, int spacingGap, Rectangle &cellRect ) : Point | ||
RenderStandard ( ) : System | ||
RightToLeftIndex ( RightToLeft rtl, PaletteRelativeAlign align ) : int | ||
ShouldDrawImage ( Image image ) : bool |
public DrawBack ( |
||
context | Rendering context. | |
rect | Target rectangle that encloses path. | |
path | Graphics path. | |
palette | IPaletteBack | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
memento | IDisposable | Cache used for drawing. |
Результат | IDisposable |
public DrawBorder ( |
||
context | Rendering context. | |
rect | Target rectangle. | |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawCheckBox ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
palette | IPalette | Palette for sourcing display values. |
enabled | bool | Should check box be displayed as enabled. |
checkState | CheckState | The checked state of the check box. |
tracking | bool | Should check box be displayed as hot tracking. |
pressed | bool | Should check box be displayed as pressed. |
Результат | void |
public DrawContent ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
palette | IPaletteContent | Content palette details. |
memento | IDisposable | Cached values from layout call. |
orientation | VisualOrientation | Visual orientation of the content. |
state | PaletteState | State associated with rendering. |
composition | bool | Drawing onto a composition element. |
allowFocusRect | bool | Allow drawing of focus rectangle. |
Результат | void |
public DrawDragDropDockingGlyph ( |
||
context | Render context. | |
dragData | Set of drag docking data. | |
dragDropPalette | IPaletteDragDrop | Palette source of drawing values. |
feedback | PaletteDragFeedback | Feedback requested. |
Результат | void |
public DrawDragDropSolidGlyph ( |
||
context | Render context. | |
drawRect | Drawing rectangle space. | |
dragDropPalette | IPaletteDragDrop | Palette source of drawing values. |
Результат | void |
public DrawDropDownButton ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
palette | IPalette | Palette for sourcing display values. |
state | PaletteState | State for which image size is needed. |
orientation | VisualOrientation | How to orientate the image. |
Результат | void |
public DrawGridErrorGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
state | PaletteState | State associated with rendering. |
rtl | bool | Should be drawn from right to left. |
Результат |
public DrawGridRowGlyph ( |
||
context | Render context. | |
rowGlyph | GridRowGlyph | Row glyph. |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Palette to use for sourcing values. |
state | PaletteState | State associated with rendering. |
rtl | bool | Should be drawn from right to left. |
Результат |
public DrawGridSortGlyph ( |
||
context | Render context. | |
sortOrder | SortOrder | Sorting order of the glyph. |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Palette to use for sourcing values. |
state | PaletteState | State associated with rendering. |
rtl | bool | Should be drawn from right to left. |
Результат |
public DrawInputControlDropDownGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawInputControlNumericDownGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawInputControlNumericUpGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawRadioButton ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
palette | IPalette | Palette for sourcing display values. |
enabled | bool | Should radio button be displayed as enabled. |
checkState | bool | Checked state of the radio button. |
tracking | bool | Should radio button be displayed as hot tracking. |
pressed | bool | Should radio button be displayed as pressed. |
Результат | void |
protected DrawRibbonAppButton ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
trackBorderAsPressed | bool | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonAppButtonBorder1 ( |
||
g | ||
memento | MementoRibbonAppButton | |
Результат | void |
protected DrawRibbonAppButtonBorder2 ( |
||
g | ||
memento | MementoRibbonAppButton | |
state | PaletteState | |
bottomLight | Color | |
trackBorderAsPressed | bool | |
Результат | void |
protected DrawRibbonAppButtonGlowCenter ( |
||
g | ||
memento | MementoRibbonAppButton | |
state | PaletteState | |
topLight | Color | |
bottomLight | Color | |
Результат | void |
protected DrawRibbonAppButtonGlowUpperBottom ( |
||
g | ||
memento | MementoRibbonAppButton | |
state | PaletteState | |
bottomLight | Color | |
bottomMedium | Color | |
bottomDark | Color | |
Результат | void |
protected DrawRibbonAppButtonLowerHalf ( |
||
g | ||
memento | MementoRibbonAppButton | |
state | PaletteState | |
bottomDark | Color | |
bottomLight | Color | |
bottomMedium | Color | |
Результат | void |
protected DrawRibbonAppButtonUpperHalf ( |
||
g | ||
memento | MementoRibbonAppButton | |
state | PaletteState | |
topDark | Color | |
bottomDark | Color | |
topLight | Color | |
topMedium | Color | |
trackBorderAsPressed | bool | |
Результат | void |
protected DrawRibbonAppMenuInner ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonAppMenuOuter ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonAppTab ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
baseColor1 | Color | |
baseColor2 | Color | |
memento | IDisposable | |
Результат | IDisposable |
public DrawRibbonApplicationButton ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
palette | IPaletteRibbonBack | Palette used for sourcing settings. |
memento | IDisposable | Cached storage for drawing objects. |
Результат | IDisposable |
public DrawRibbonApplicationTab ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
baseColor1 | Color | Base color1 used for drawing the ribbon tab. |
baseColor2 | Color | Base color2 used for drawing the ribbon tab. |
memento | IDisposable | Cached values to use when drawing. |
Результат | IDisposable |
public DrawRibbonBack ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
palette | IPaletteRibbonBack | Palette used for sourcing settings. |
orientation | VisualOrientation | Orientation for drawing. |
composition | bool | Drawing onto a composition element. |
memento | IDisposable | Cached values to use when drawing. |
Результат | IDisposable |
public DrawRibbonClusterEdge ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteBack | IPaletteBack | Palette used for recovering drawing details. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawRibbonContextArrow ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawRibbonDialogBoxLauncher ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Результат | void |
public DrawRibbonDropArrow ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Результат | void |
protected DrawRibbonGroupAreaBorder1And2 ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
limited | bool | |
fading | bool | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupAreaBorder3And4 ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
gradientTop | bool | |
Результат | IDisposable |
protected DrawRibbonGroupAreaBorderContext ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupCollapsedBorder ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupCollapsedFrameBorder ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupGradientOne ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupGradientTwo ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
percent | float | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupNormalBorder ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
tracking | bool | |
lightInside | bool | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonGroupNormalBorderSep ( bool showingInPopup, |
||
showingInPopup | bool | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
pressed | bool | |
tracking | bool | |
dark | bool | |
Результат | IDisposable |
protected DrawRibbonGroupNormalTitle ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
public DrawRibbonGroupSeparator ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Результат | void |
protected DrawRibbonLinear ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonLinearBorder ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
public DrawRibbonOverflow ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Результат | void |
protected DrawRibbonQATFullbarRound ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonQATFullbarSquare ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonQATMinibarDouble ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
composition | bool | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonQATMinibarSingle ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
composition | bool | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonQATOverflow ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabContext ( |
||
context | ||
rect | ||
paletteGeneral | IPaletteRibbonGeneral | |
paletteBack | IPaletteRibbonBack | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabContextSelected ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabContextSelectedBottom ( |
||
rect | ||
c2 | Color | |
cache | MementoRibbonTabContextSelected | |
Результат | void |
protected DrawRibbonTabContextSelectedBottomDraw ( |
||
rect | ||
cache | MementoRibbonTabContextSelected | |
g | ||
Результат | void |
protected DrawRibbonTabContextSelectedLeft ( |
||
rect | ||
c2 | Color | |
cache | MementoRibbonTabContextSelected | |
Результат | void |
protected DrawRibbonTabContextSelectedLeftDraw ( |
||
rect | ||
cache | MementoRibbonTabContextSelected | |
g | ||
Результат | void |
protected DrawRibbonTabContextSelectedRight ( |
||
rect | ||
c2 | Color | |
cache | MementoRibbonTabContextSelected | |
Результат | void |
protected DrawRibbonTabContextSelectedRightDraw ( |
||
rect | ||
cache | MementoRibbonTabContextSelected | |
g | ||
Результат | void |
protected DrawRibbonTabContextSelectedTop ( |
||
rect | ||
c2 | Color | |
cache | MementoRibbonTabContextSelected | |
Результат | void |
protected DrawRibbonTabContextSelectedTopDraw ( |
||
rect | ||
cache | MementoRibbonTabContextSelected | |
g | ||
Результат | void |
public DrawRibbonTabContextTitle ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
paletteGeneral | IPaletteRibbonGeneral | Palette used for general ribbon settings. |
paletteBack | IPaletteRibbonBack | Palette used for background ribbon settings. |
memento | IDisposable | Cached storage for drawing objects. |
Результат | IDisposable |
protected DrawRibbonTabFocus2010 ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabFocusBottom2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabFocusLeft2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabFocusRight2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabFocusTop2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabGlowing ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabGlowingBottom ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
insideColor | Color | |
cache | MementoRibbonTabGlowing | |
Результат | void |
protected DrawRibbonTabGlowingLeft ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
insideColor | Color | |
cache | MementoRibbonTabGlowing | |
Результат | void |
protected DrawRibbonTabGlowingRight ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
insideColor | Color | |
cache | MementoRibbonTabGlowing | |
Результат | void |
protected DrawRibbonTabGlowingTop ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
insideColor | Color | |
cache | MementoRibbonTabGlowing | |
Результат | void |
protected DrawRibbonTabHighlight ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
alternate | bool | |
Результат | IDisposable |
protected DrawRibbonTabHighlightBottom ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
Результат | void |
protected DrawRibbonTabHighlightBottomDraw ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
c3 | Color | |
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
g | ||
alternate | bool | |
Результат | void |
protected DrawRibbonTabHighlightLeft ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
Результат | void |
protected DrawRibbonTabHighlightLeftDraw ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
c3 | Color | |
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
g | ||
alternate | bool | |
Результат | void |
protected DrawRibbonTabHighlightRight ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
Результат | void |
protected DrawRibbonTabHighlightRightDraw ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
c3 | Color | |
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
g | ||
alternate | bool | |
Результат | void |
protected DrawRibbonTabHighlightTop ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
Результат | void |
protected DrawRibbonTabHighlightTopDraw ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
c3 | Color | |
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabHighlight | |
g | ||
alternate | bool | |
Результат | void |
protected DrawRibbonTabSelected2007 ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabSelected2010 ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
standard | bool | |
Результат | IDisposable |
protected DrawRibbonTabSelectedBottom2007 ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2007 | |
Результат | void |
protected DrawRibbonTabSelectedBottom2010 ( |
||
rect | ||
c2 | Color | |
c3 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2010 | |
Результат | void |
protected DrawRibbonTabSelectedBottomDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabSelected2007 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedBottomDraw2010 ( |
||
rect | ||
cache | MementoRibbonTabSelected2010 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedLeft2007 ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2007 | |
Результат | void |
protected DrawRibbonTabSelectedLeft2010 ( |
||
rect | ||
c2 | Color | |
c3 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2010 | |
Результат | void |
protected DrawRibbonTabSelectedLeftDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabSelected2007 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedLeftDraw2010 ( |
||
rect | ||
cache | MementoRibbonTabSelected2010 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedRight2007 ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2007 | |
Результат | void |
protected DrawRibbonTabSelectedRight2010 ( |
||
rect | ||
c2 | Color | |
c3 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2010 | |
Результат | void |
protected DrawRibbonTabSelectedRightDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabSelected2007 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedRightDraw2010 ( |
||
rect | ||
cache | MementoRibbonTabSelected2010 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedTop2007 ( |
||
rect | ||
c4 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2007 | |
Результат | void |
protected DrawRibbonTabSelectedTop2010 ( |
||
rect | ||
c2 | Color | |
c3 | Color | |
c5 | Color | |
cache | MementoRibbonTabSelected2010 | |
Результат | void |
protected DrawRibbonTabSelectedTopDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabSelected2007 | |
g | ||
Результат | void |
protected DrawRibbonTabSelectedTopDraw2010 ( |
||
rect | ||
cache | MementoRibbonTabSelected2010 | |
g | ||
Результат | void |
protected DrawRibbonTabTracking2007 ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
Результат | IDisposable |
protected DrawRibbonTabTracking2010 ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
standard | bool | |
Результат | IDisposable |
protected DrawRibbonTabTrackingBottom2007 ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
cache | MementoRibbonTabTracking2007 | |
Результат | void |
protected DrawRibbonTabTrackingBottom2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabTrackingBottomDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabTracking2007 | |
g | ||
Результат | void |
protected DrawRibbonTabTrackingLeft2007 ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
cache | MementoRibbonTabTracking2007 | |
Результат | void |
protected DrawRibbonTabTrackingLeft2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabTrackingLeftDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabTracking2007 | |
g | ||
Результат | void |
protected DrawRibbonTabTrackingRight2007 ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
cache | MementoRibbonTabTracking2007 | |
Результат | void |
protected DrawRibbonTabTrackingRight2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabTrackingRightDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabTracking2007 | |
g | ||
Результат | void |
protected DrawRibbonTabTrackingTop2007 ( |
||
rect | ||
c1 | Color | |
c2 | Color | |
cache | MementoRibbonTabTracking2007 | |
Результат | void |
protected DrawRibbonTabTrackingTop2010 ( |
||
rect | ||
c3 | Color | |
c4 | Color | |
cache | MementoRibbonTabTracking2010 | |
Результат | void |
protected DrawRibbonTabTrackingTopDraw2007 ( |
||
rect | ||
cache | MementoRibbonTabTracking2007 | |
g | ||
Результат | void |
public DrawSeparator ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteBack | IPaletteBack | Background palette details. |
paletteBorder | IPaletteBorder | Border palette details. |
orientation | Orientation | Visual orientation of the content. |
state | PaletteState | State associated with rendering. |
canMove | bool | Can the separator be moved. |
Результат | void |
public DrawTabBorder ( |
||
context | Rendering context. | |
rect | Target rectangle. | |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | void |
public DrawTrackGlyph ( |
||
context | Render context. | |
state | PaletteState | Element state. |
elementPalette | IPaletteElementColor | Source of palette colors. |
drawRect | Drawing rectangle that should contain the track. | |
orientation | Orientation | Drawing orientation. |
volumeControl | bool | Drawing as a volume control or standard slider. |
Результат | void |
public DrawTrackPositionGlyph ( |
||
context | Render context. | |
state | PaletteState | Element state. |
elementPalette | IPaletteElementColor | Source of palette colors. |
drawRect | Drawing rectangle that should contain the track. | |
orientation | Orientation | Drawing orientation. |
tickStyle | TickStyle | Tick marks that surround the position. |
Результат | void |
public DrawTrackTicksGlyph ( |
||
context | Render context. | |
state | PaletteState | Element state. |
elementPalette | IPaletteElementColor | Source of palette colors. |
drawRect | Drawing rectangle that should contain ticks. | |
orientation | Orientation | Orientation of the drawing area. |
topRight | bool | Drawing on the topRight or the bottomLeft. |
positionSize | Size of the position indicator. | |
minimum | int | First value. |
maximum | int | Last value. |
frequency | int | How often ticks are drawn. |
Результат | void |
public EvalTransparentPaint ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, PaletteState state ) : bool | ||
paletteBack | IPaletteBack | Background palette to test. |
paletteBorder | IPaletteBorder | Background palette to test. |
state | PaletteState | Element state associated with palette. |
Результат | bool |
public EvalTransparentPaint ( IPaletteBack paletteBack, PaletteState state ) : bool | ||
paletteBack | IPaletteBack | Background palette to test. |
state | PaletteState | Element state associated with palette. |
Результат | bool |
public GetBackPath ( |
||
context | Rendering context. | |
rect | Target rectangle. | |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
Результат |
public GetBorderDisplayPadding ( IPaletteBorder palette, PaletteState state, VisualOrientation orientation ) : Padding | ||
palette | IPaletteBorder | Palette used for drawing. |
state | PaletteState | State associated with rendering. |
orientation | VisualOrientation | Visual orientation of the border. |
Результат | Padding |
public GetBorderPath ( |
||
context | Rendering context. | |
rect | Target rectangle. | |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
Результат |
public GetBorderRawPadding ( IPaletteBorder palette, PaletteState state, VisualOrientation orientation ) : Padding | ||
palette | IPaletteBorder | Palette used for drawing. |
state | PaletteState | State associated with rendering. |
orientation | VisualOrientation | Visual orientation of the border. |
Результат | Padding |
public GetCheckBoxPreferredSize ( |
||
context | Render context. | |
palette | IPalette | Palette for sourcing display values. |
enabled | bool | Should check box be displayed as enabled. |
checkState | CheckState | The checked state of the check box. |
tracking | bool | Should check box be displayed as hot tracking. |
pressed | bool | Should check box be displayed as pressed. |
Результат |
public GetContentImageDisplayed ( IDisposable memento ) : bool | ||
memento | IDisposable | Cached values from layout call. |
Результат | bool |
public GetContentImageRectangle ( IDisposable memento ) : Rectangle | ||
memento | IDisposable | Cached values from layout call. |
Результат | Rectangle |
public GetContentLongTextDisplayed ( IDisposable memento ) : bool | ||
memento | IDisposable | Cached values from layout call. |
Результат | bool |
public GetContentLongTextRectangle ( IDisposable memento ) : Rectangle | ||
memento | IDisposable | Cached values from layout call. |
Результат | Rectangle |
public GetContentPreferredSize ( ViewLayoutContext context, IPaletteContent palette, IContentValues values, VisualOrientation orientation, PaletteState state, bool composition ) : Size | ||
context | ViewLayoutContext | Layout context. |
palette | IPaletteContent | Content palette details. |
values | IContentValues | Content values. |
orientation | VisualOrientation | Visual orientation of the content. |
state | PaletteState | State associated with rendering. |
composition | bool | Should draw on a composition element. |
Результат | Size |
public GetContentShortTextDisplayed ( IDisposable memento ) : bool | ||
memento | IDisposable | Cached values from layout call. |
Результат | bool |
public GetContentShortTextRectangle ( IDisposable memento ) : Rectangle | ||
memento | IDisposable | Cached values from layout call. |
Результат | Rectangle |
public GetDropDownButtonPreferredSize ( ViewLayoutContext context, IPalette palette, PaletteState state, VisualOrientation orientation ) : Size | ||
context | ViewLayoutContext | Render context. |
palette | IPalette | Palette for sourcing display values. |
state | PaletteState | State for which image size is needed. |
orientation | VisualOrientation | How to orientate the image. |
Результат | Size |
public GetOutsideBorderPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state ) : GraphicsPath | ||
context | RenderContext | Rendering context. |
rect | Rectangle | Target rectangle. |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
Результат | GraphicsPath |
public GetRadioButtonPreferredSize ( ViewLayoutContext context, IPalette palette, bool enabled, bool checkState, bool tracking, bool pressed ) : Size | ||
context | ViewLayoutContext | Render context. |
palette | IPalette | Palette for sourcing display values. |
enabled | bool | Should check box be displayed as enabled. |
checkState | bool | Checked state of the radio button. |
tracking | bool | Should check box be displayed as hot tracking. |
pressed | bool | Should check box be displayed as pressed. |
Результат | Size |
public GetTabBackPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state, TabBorderStyle tabBorderStyle ) : GraphicsPath | ||
context | RenderContext | Rendering context. |
rect | Rectangle | Target rectangle. |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | GraphicsPath |
public GetTabBorderDisplayPadding ( ViewLayoutContext context, IPaletteBorder palette, PaletteState state, VisualOrientation orientation, TabBorderStyle tabBorderStyle ) : Padding | ||
context | ViewLayoutContext | View layout context. |
palette | IPaletteBorder | Palette used for drawing. |
state | PaletteState | State associated with rendering. |
orientation | VisualOrientation | Visual orientation of the border. |
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | Padding |
public GetTabBorderLeftDrawing ( TabBorderStyle tabBorderStyle ) : bool | ||
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | bool |
public GetTabBorderPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state, TabBorderStyle tabBorderStyle ) : GraphicsPath | ||
context | RenderContext | Rendering context. |
rect | Rectangle | Target rectangle. |
palette | IPaletteBorder | Palette used for drawing. |
orientation | VisualOrientation | Visual orientation of the border. |
state | PaletteState | State associated with rendering. |
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | GraphicsPath |
public GetTabBorderSpacingGap ( TabBorderStyle tabBorderStyle ) : int | ||
tabBorderStyle | TabBorderStyle | Style of tab border. |
Результат | int |
public LayoutContent ( ViewLayoutContext context, Rectangle availableRect, IPaletteContent palette, IContentValues values, VisualOrientation orientation, PaletteState state, bool composition ) : IDisposable | ||
context | ViewLayoutContext | Layout context. |
availableRect | Rectangle | Display area available for laying out. |
palette | IPaletteContent | Content palette details. |
values | IContentValues | Content values. |
orientation | VisualOrientation | Visual orientation of the content. |
state | PaletteState | State associated with rendering. |
composition | bool | Should draw on a composition element. |
Результат | IDisposable |
public MeasureDragDropDockingGlyph ( RenderDragDockingData dragData, IPaletteDragDrop dragDropPalette, PaletteDragFeedback feedback ) : void | ||
dragData | RenderDragDockingData | Set of drag docking data. |
dragDropPalette | IPaletteDragDrop | Palette source of drawing values. |
feedback | PaletteDragFeedback | Feedback requested. |
Результат | void |
public RenderToolStrip ( IPalette colorPalette ) : ToolStripRenderer | ||
colorPalette | IPalette | Color palette to use when rendering toolstrip. |
Результат | ToolStripRenderer |