C# 클래스 SIL.FieldWorks.Common.UIAdapters.SilButtonItem

Creates a button whose font can specified independent of any other ButtonItems.
상속: DevComponents.DotNetBar.ButtonItem
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Paint ( DevComponents.DotNetBar.ItemPaintArgs e ) : void

Override the paint to make this item very distict from other menu items.

RecalcSize ( ) : void

When the font for the item is not the default font, then calclate our height based on the height of the font, plus 10% more for some padding.

SilButtonItem ( ) : System

Constructor for SilButtonItem

SilButtonItem ( string name ) : System

Constructor for SilButtonItem

SilButtonItem ( string name, string text ) : System

Constructor for SilButtonItem

메소드 상세

Paint() 공개 메소드

Override the paint to make this item very distict from other menu items.
public Paint ( DevComponents.DotNetBar.ItemPaintArgs e ) : void
e DevComponents.DotNetBar.ItemPaintArgs
리턴 void

RecalcSize() 공개 메소드

When the font for the item is not the default font, then calclate our height based on the height of the font, plus 10% more for some padding.
public RecalcSize ( ) : void
리턴 void

SilButtonItem() 공개 메소드

Constructor for SilButtonItem
public SilButtonItem ( ) : System
리턴 System

SilButtonItem() 공개 메소드

Constructor for SilButtonItem
public SilButtonItem ( string name ) : System
name string
리턴 System

SilButtonItem() 공개 메소드

Constructor for SilButtonItem
public SilButtonItem ( string name, string text ) : System
name string
text string
리턴 System