프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( ) : |
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 ( |
Raises the PaletteChanged event.
|
|
ProcessCmdKey ( |
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 ( |
Process Windows-based messages.
|
메소드 | 설명 | |
---|---|---|
AttachGlobalEvents ( ) : void | ||
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette ( ) : IPalette | ||
NeedPaint ( |
||
NeedPaint ( bool layout ) : void | ||
OnBaseChanged ( object sender, |
||
OnContextMenuClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void | ||
OnContextMenuStripOpening ( object sender, CancelEventArgs e ) : void | ||
OnGlobalPaletteChanged ( object sender, |
||
OnKryptonContextMenuDisposed ( object sender, |
||
OnPaletteNeedPaint ( object sender, |
||
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | An EventArgs containing the event data. |
리턴 | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | An PaintEventArgs containing the event data. |
리턴 | void |
protected OnPaletteChanged ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected ProcessCmdKey ( |
||
msg | 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 |
protected SetLabelStyle ( LabelStyle style ) : void | ||
style | LabelStyle | New label style. |
리턴 | void |
protected UpdateGlobalEvents ( bool attach ) : void | ||
attach | bool | True if attaching; otherwise false. |
리턴 | void |
protected WndProc ( |
||
m | A Windows-based message. | |
리턴 | void |