C# Class FarsiLibrary.Win.Design.FABaseDesigner

Base designer for all designer classes.
Inheritance: System.Windows.Forms.Design.ControlDesigner
Mostra file Open project: HEskandari/FarsiLibrary

Protected Properties

Property Type Description
Designers System.Collections.ArrayList
ShowAbout System.ComponentModel.Design.DesignerVerb
designerVerbs System.ComponentModel.Design.DesignerVerbCollection

Public Methods

Method Description
Initialize ( IComponent component ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnComponentChanged ( ) : void
OnComponentChanging ( ) : void
OnComponentRename ( object sender, ComponentRenameEventArgs e ) : void
ResetReferenceName ( ) : void

Private Methods

Method Description
FABaseDesigner ( ) : System
OnShowAbout ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( IComponent component ) : void
component IComponent
return void

OnComponentChanged() protected method

protected OnComponentChanged ( ) : void
return void

OnComponentChanging() protected method

protected OnComponentChanging ( ) : void
return void

OnComponentRename() protected method

protected OnComponentRename ( object sender, ComponentRenameEventArgs e ) : void
sender object
e System.ComponentModel.Design.ComponentRenameEventArgs
return void

ResetReferenceName() protected method

protected ResetReferenceName ( ) : void
return void

Property Details

Designers protected_oe static_oe property

protected static ArrayList,System.Collections Designers
return System.Collections.ArrayList

ShowAbout protected_oe property

protected DesignerVerb,System.ComponentModel.Design ShowAbout
return System.ComponentModel.Design.DesignerVerb

designerVerbs protected_oe property

protected DesignerVerbCollection,System.ComponentModel.Design designerVerbs
return System.ComponentModel.Design.DesignerVerbCollection