C# Class ComponentFactory.Krypton.Toolkit.KryptonLinkLabel

Inheritance: KryptonLabel
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
OnControllerClick void
ResetLinkBehavior void
ShouldSerializeLinkBehavior bool
ShouldSerializeOverrideFocus bool
ShouldSerializeOverrideNotVisited bool
ShouldSerializeOverridePressed bool
ShouldSerializeOverrideVisited bool

Public Methods

Method Description
KryptonLinkLabel ( ) : System

Initialize a new instance of the KryptonLinkLabel class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

Protected Methods

Method Description
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void

Raises the LinkClicked event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

SetLabelStyle ( LabelStyle style ) : void

Update the view elements based on the requested label style.

Private Methods

Method Description
OnControllerClick ( object sender, MouseEventArgs e ) : void
ResetLinkBehavior ( ) : void
ShouldSerializeLinkBehavior ( ) : bool
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializeOverrideNotVisited ( ) : bool
ShouldSerializeOverridePressed ( ) : bool
ShouldSerializeOverrideVisited ( ) : bool

Method Details

KryptonLinkLabel() public method

Initialize a new instance of the KryptonLinkLabel class.
public KryptonLinkLabel ( ) : System
return System

OnEnabledChanged() protected method

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnGotFocus() protected method

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnLinkClicked() protected method

Raises the LinkClicked event.
protected OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void
e System.Windows.Forms.LinkClickedEventArgs An EventArgs containing the event data.
return void

OnLostFocus() protected method

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

SetFixedState() public method

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
return void

SetLabelStyle() protected method

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