C# 클래스 ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButton

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

Private Properties

프로퍼티 타입 설명
AutoUpdateContainer void
AutoUpdateOthers void
CreateView ViewBase
OnDesignTimeContextMenu void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon group radio button hidden.

KryptonRibbonGroupRadioButton ( ) : System

Initialise a new instance of the KryptonRibbonGroupRadioButton class.

PerformClick ( ) : void

Generates a Click event for a check box.

PerformClick ( EventHandler finishDelegate ) : void

Generates a Click event for a radio button.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group radio button visible.

보호된 메소드들

메소드 설명
OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnClick ( EventHandler finishDelegate ) : void

Raises the Click event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
AutoUpdateContainer ( IRibbonGroupContainer Container ) : void
AutoUpdateOthers ( ) : void
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool

메소드 상세

Hide() 공개 메소드

Make the ribbon group radio button hidden.
public Hide ( ) : void
리턴 void

KryptonRibbonGroupRadioButton() 공개 메소드

Initialise a new instance of the KryptonRibbonGroupRadioButton class.
public KryptonRibbonGroupRadioButton ( ) : System
리턴 System

OnCheckedChanged() 보호된 메소드

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnClick() 보호된 메소드

Raises the Click event.
protected OnClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
리턴 void

PerformClick() 공개 메소드

Generates a Click event for a check box.
public PerformClick ( ) : void
리턴 void

PerformClick() 공개 메소드

Generates a Click event for a radio button.
public PerformClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

ResetShortcutKeys() 공개 메소드

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
리턴 void

Show() 공개 메소드

Make the ribbon group radio button visible.
public Show ( ) : void
리턴 void