C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteOffice2010Silver

Provides the Silver color scheme variant of the Office 2010 palette.
상속: PaletteOffice2010Base
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image

Gets the image to display for the button.

GetContextMenuSubMenuImage ( ) : Image

Gets an image indicating a sub-menu on a context menu item.

GetDropDownButtonImage ( PaletteState state ) : Image

Gets a drop down button image appropriate for the provided state.

비공개 메소드들

메소드 설명
PaletteOffice2010Silver ( ) : System

메소드 상세

GetButtonSpecImage() 공개 메소드

Gets the image to display for the button.
public GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image
style PaletteButtonSpecStyle Style of button spec.
state PaletteState State for which image is required.
리턴 Image

GetContextMenuSubMenuImage() 공개 메소드

Gets an image indicating a sub-menu on a context menu item.
public GetContextMenuSubMenuImage ( ) : Image
리턴 Image

GetDropDownButtonImage() 공개 메소드

Gets a drop down button image appropriate for the provided state.
public GetDropDownButtonImage ( PaletteState state ) : Image
state PaletteState PaletteState for which image is required.
리턴 Image