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

상속: System.Windows.Forms.Label
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttachGlobalEvents void
CreateToolStripRenderer System.Windows.Forms.ToolStripRenderer
GetResolvedPalette IPalette
NeedPaint void
NeedPaint void
OnBaseChanged void
OnContextMenuClosed void
OnContextMenuStripOpening void
OnGlobalPaletteChanged void
OnKryptonContextMenuDisposed void
OnPaletteNeedPaint void
OnUserPreferenceChanged void
ResetLabelStyle void
SetPalette void
ShouldSerializeLabelStyle bool
ShouldSerializePaletteMode bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
UnattachGlobalEvents void
UpdateFont void

공개 메소드들

메소드 설명
KryptonWrapLabel ( ) : System

Initialize a new instance of the KryptonWrapLabel class.

ResetPalette ( ) : void

Resets the Palette property to its default value.

ResetPaletteMode ( ) : void

Resets the PaletteMode property to its default value.

보호된 메소드들

메소드 설명
ContextMenuClosed ( ) : void

Called when a context menu has just been closed.

CreateRedirector ( ) : PaletteRedirect

Create the redirector instance.

Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

OnPaletteChanged ( EventArgs e ) : void

Raises the PaletteChanged event.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

SetLabelStyle ( LabelStyle style ) : void

Update the view elements based on the requested label style.

UpdateGlobalEvents ( bool attach ) : void

Update global event attachments.

WndProc ( Message &m ) : void

Process Windows-based messages.

비공개 메소드들

메소드 설명
AttachGlobalEvents ( ) : void
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer
GetResolvedPalette ( ) : IPalette
NeedPaint ( NeedLayoutEventArgs e ) : void
NeedPaint ( bool layout ) : void
OnBaseChanged ( object sender, EventArgs e ) : void
OnContextMenuClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
OnContextMenuStripOpening ( object sender, CancelEventArgs e ) : void
OnGlobalPaletteChanged ( object sender, EventArgs e ) : void
OnKryptonContextMenuDisposed ( object sender, EventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void
ResetLabelStyle ( ) : void
SetPalette ( IPalette palette ) : void
ShouldSerializeLabelStyle ( ) : bool
ShouldSerializePaletteMode ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
UnattachGlobalEvents ( ) : void
UpdateFont ( ) : void

메소드 상세

ContextMenuClosed() 보호된 메소드

Called when a context menu has just been closed.
protected ContextMenuClosed ( ) : void
리턴 void

CreateRedirector() 보호된 메소드

Create the redirector instance.
protected CreateRedirector ( ) : PaletteRedirect
리턴 PaletteRedirect

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

KryptonWrapLabel() 공개 메소드

Initialize a new instance of the KryptonWrapLabel class.
public KryptonWrapLabel ( ) : System
리턴 System

OnPaint() 보호된 메소드

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An EventArgs containing the event data.
리턴 void

OnPaintBackground() 보호된 메소드

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs An PaintEventArgs containing the event data.
리턴 void

OnPaletteChanged() 보호된 메소드

Raises the PaletteChanged event.
protected OnPaletteChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

ProcessCmdKey() 보호된 메소드

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A Message, passed by reference, that represents the window message to process.
keyData Keys One of the Keys values that represents the key to process.
리턴 bool

ResetPalette() 공개 메소드

Resets the Palette property to its default value.
public ResetPalette ( ) : void
리턴 void

ResetPaletteMode() 공개 메소드

Resets the PaletteMode property to its default value.
public ResetPaletteMode ( ) : void
리턴 void

SetLabelStyle() 보호된 메소드

Update the view elements based on the requested label style.
protected SetLabelStyle ( LabelStyle style ) : void
style LabelStyle New label style.
리턴 void

UpdateGlobalEvents() 보호된 메소드

Update global event attachments.
protected UpdateGlobalEvents ( bool attach ) : void
attach bool True if attaching; otherwise false.
리턴 void

WndProc() 보호된 메소드

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
리턴 void