C# Class ComponentFactory.Krypton.Toolkit.KryptonLinkLabel

Inheritance: KryptonLabel
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
OnControllerClick void
ResetLinkBehavior void
ShouldSerializeLinkBehavior bool
ShouldSerializeOverrideFocus bool
ShouldSerializeOverrideNotVisited bool
ShouldSerializeOverridePressed bool
ShouldSerializeOverrideVisited bool

Méthodes publiques

Méthode Description
KryptonLinkLabel ( ) : System

Initialize a new instance of the KryptonLinkLabel class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

Méthodes protégées

Méthode 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

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

Method Details

KryptonLinkLabel() public méthode

Initialize a new instance of the KryptonLinkLabel class.
public KryptonLinkLabel ( ) : System
Résultat System

OnEnabledChanged() protected méthode

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

OnGotFocus() protected méthode

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

OnLinkClicked() protected méthode

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

OnLostFocus() protected méthode

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

SetFixedState() public méthode

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

SetLabelStyle() protected méthode

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