Property | Type | Description | |
---|---|---|---|
OnControllerClick | void | ||
ResetLinkBehavior | void | ||
ShouldSerializeLinkBehavior | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeOverrideNotVisited | bool | ||
ShouldSerializeOverridePressed | bool | ||
ShouldSerializeOverrideVisited | bool |
Method | Description | |
---|---|---|
KryptonLinkLabel ( ) : System |
Initialize a new instance of the KryptonLinkLabel class.
|
|
SetFixedState ( PaletteState state ) : void |
Fix the control to a particular palette state.
|
Method | Description | |
---|---|---|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void |
Raises the LinkClicked event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
SetLabelStyle ( LabelStyle style ) : void |
Update the view elements based on the requested label style.
|
Method | Description | |
---|---|---|
OnControllerClick ( object sender, MouseEventArgs e ) : void | ||
ResetLinkBehavior ( ) : void | ||
ShouldSerializeLinkBehavior ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeOverrideNotVisited ( ) : bool | ||
ShouldSerializeOverridePressed ( ) : bool | ||
ShouldSerializeOverrideVisited ( ) : bool |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void | ||
e | System.Windows.Forms.LinkClickedEventArgs | An EventArgs containing the event data. |
return | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
return | void |
protected SetLabelStyle ( LabelStyle style ) : void | ||
style | LabelStyle | New label style. |
return | void |