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

상속: KryptonLabel
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnControllerClick void
ResetLinkBehavior void
ShouldSerializeLinkBehavior bool
ShouldSerializeOverrideFocus bool
ShouldSerializeOverrideNotVisited bool
ShouldSerializeOverridePressed bool
ShouldSerializeOverrideVisited bool

공개 메소드들

메소드 설명
KryptonLinkLabel ( ) : System

Initialize a new instance of the KryptonLinkLabel class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnControllerClick ( object sender, MouseEventArgs e ) : void
ResetLinkBehavior ( ) : void
ShouldSerializeLinkBehavior ( ) : bool
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializeOverrideNotVisited ( ) : bool
ShouldSerializeOverridePressed ( ) : bool
ShouldSerializeOverrideVisited ( ) : bool

메소드 상세

KryptonLinkLabel() 공개 메소드

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

OnEnabledChanged() 보호된 메소드

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

OnGotFocus() 보호된 메소드

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

OnLinkClicked() 보호된 메소드

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

OnLostFocus() 보호된 메소드

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

SetFixedState() 공개 메소드

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

SetLabelStyle() 보호된 메소드

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