C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitterPanelDesigner

Inheritance: KryptonPanelDesigner, IKryptonDesignerSelect
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
CanBeParentedTo ( IDesigner parentDesigner ) : bool

Indicates if this designer's control can be parented by the control of the specified designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

SelectParentControl ( ) : void

Select the control that contains the group panel.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the resources used by the KryptonSplitterPanelDesigner.

OnPaintAdornments ( PaintEventArgs pe ) : void

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

PreFilterProperties ( IDictionary properties ) : void

Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.

Private Methods

Method Description
DrawWaterMark ( Graphics g ) : void
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void

Method Details

CanBeParentedTo() public method

Indicates if this designer's control can be parented by the control of the specified designer.
public CanBeParentedTo ( IDesigner parentDesigner ) : bool
parentDesigner IDesigner The IDesigner that manages the control to check.
return bool

Dispose() protected method

Releases the resources used by the KryptonSplitterPanelDesigner.
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 with the designer.
return void

OnPaintAdornments() protected method

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs A PaintEventArgs the designer can use to draw on the control.
return void

PreFilterProperties() protected method

Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary The properties for the class of the component.
return void

SelectParentControl() public method

Select the control that contains the group panel.
public SelectParentControl ( ) : void
return void