C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControlDesigner

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

Private Properties

Property Type Description
OnComponentChanged void
OnContextMenu void
OnDeleteCustomControl void
OnEnabled void
OnMoveFirst void
OnMoveLast void
OnMoveNext void
OnMovePrevious void
OnToggleHelpers void
OnVisible void
ResetEnabled void
ResetVisible void
ShouldSerializeEnabled bool
ShouldSerializeVisible bool
UpdateVerbStatus void

Public Methods

Method Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonRibbonGroupCustomControlDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupCustomControlDesigner class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases all resources used by the component.

PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor.

Private Methods

Method Description
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteCustomControl ( 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
OnToggleHelpers ( object sender, EventArgs e ) : void
OnVisible ( object sender, EventArgs e ) : void
ResetEnabled ( ) : void
ResetVisible ( ) : void
ShouldSerializeEnabled ( ) : bool
ShouldSerializeVisible ( ) : bool
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

KryptonRibbonGroupCustomControlDesigner() public method

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

PreFilterProperties() protected method

Adjusts the set of properties the component exposes through a TypeDescriptor.
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary An IDictionary containing the properties for the class of the component.
return void