C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBoxDesigner

Inheritance: System.ComponentModel.Design.ComponentDesigner
Show file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
OnAutoCheck void
OnChecked void
OnComponentChanged void
OnContextMenu void
OnDeleteCheckBox void
OnEnabled void
OnMoveFirst void
OnMoveLast void
OnMoveNext void
OnMovePrevious void
OnThreeState void
OnToggleHelpers void
OnVisible void
UpdateVerbStatus void

Public Methods

Method Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonRibbonGroupCheckBoxDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupCheckBoxDesigner class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases all resources used by the component.

Private Methods

Method Description
OnAutoCheck ( object sender, EventArgs e ) : void
OnChecked ( object sender, EventArgs e ) : void
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteCheckBox ( object sender, EventArgs e ) : void
OnEnabled ( object sender, EventArgs e ) : void
OnMoveFirst ( object sender, EventArgs e ) : void
OnMoveLast ( object sender, EventArgs e ) : void
OnMoveNext ( object sender, EventArgs e ) : void
OnMovePrevious ( object sender, EventArgs e ) : void
OnThreeState ( object sender, EventArgs e ) : void
OnToggleHelpers ( object sender, EventArgs e ) : void
OnVisible ( object sender, EventArgs e ) : void
UpdateVerbStatus ( ) : void

Method Details

Dispose() protected method

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

Initialize() public method

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
return void

KryptonRibbonGroupCheckBoxDesigner() public method

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