C# 클래스 TpTrayUtility.Components.DecoratedTextBoxEditModePropertyControl

상속: PropertyControlBase
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

Private Properties

프로퍼티 타입 설명
AddControls void
AddFontStyleControlIfAllowed void
ApplyAlignmentsToggle void
ApplyStylesToggling void
BindAlignmentDictionary void
BindFontFamilyDropDown void
BindFotnSizeDropDown void
BindStyleDictionary void
FillControl void
GetSelectedFontSize float
InitColorControl void
InitEvents void
InitFontDropDowns void
InitTextAIligmentToggles void
InvalidateToggles void
UpdateLastSelections void
UpdateToggles void
colorControl_ValueChanged void
fontFamilyDD_ValueChanged void
fontSizeDD_ValueChanged void
togleHorizontalCenter_Click void
togleHorizontalLeft_Click void
togleHorizontalRight_Click void
togle_StyleClick void
tpText_SelectionChanged void

공개 메소드들

메소드 설명
AttachTo ( Primitive primitive ) : void
DecoratedTextBoxEditModePropertyControl ( ) : System

비공개 메소드들

메소드 설명
AddControls ( ) : void
AddFontStyleControlIfAllowed ( TogleButton toggle, FontFamily font, FontStyle style ) : void
ApplyAlignmentsToggle ( HorizontalAlignment alignment ) : void
ApplyStylesToggling ( ) : void
BindAlignmentDictionary ( ) : void
BindFontFamilyDropDown ( ) : void
BindFotnSizeDropDown ( ) : void
BindStyleDictionary ( ) : void
FillControl ( bool redrawControls ) : void
GetSelectedFontSize ( ) : float
InitColorControl ( ) : void
InitEvents ( ) : void
InitFontDropDowns ( ) : void
InitTextAIligmentToggles ( ) : void
InvalidateToggles ( ) : void
UpdateLastSelections ( ) : void
UpdateToggles ( ) : void
colorControl_ValueChanged ( object sender, EventArgs e ) : void
fontFamilyDD_ValueChanged ( object sender, EventArgs e ) : void
fontSizeDD_ValueChanged ( object sender, EventArgs e ) : void
togleHorizontalCenter_Click ( object sender, EventArgs e ) : void
togleHorizontalLeft_Click ( object sender, EventArgs e ) : void
togleHorizontalRight_Click ( object sender, EventArgs e ) : void
togle_StyleClick ( object sender, EventArgs e ) : void
tpText_SelectionChanged ( object sender, EventArgs e ) : void

메소드 상세

AttachTo() 공개 메소드

public AttachTo ( Primitive primitive ) : void
primitive Primitive
리턴 void

DecoratedTextBoxEditModePropertyControl() 공개 메소드

public DecoratedTextBoxEditModePropertyControl ( ) : System
리턴 System