Click or drag to resize

StiComponentDesigner Methods

The StiComponentDesigner type exposes the following members.

Methods
  NameDescription
Public methodCreateComponent
Creates a component of the specified type.
Public methodDesign
Calls the designer of the component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActionFromPoint(Double, Double, StiComponent)
Public methodGetActionFromPoint(Double, Double, StiComponent, Boolean)
Returns StiAction for specified component from point.
Public methodStatic memberGetComponentDesigner(IStiDesignerBase, Type)
Returns a designer of the component.
Public methodStatic memberGetComponentDesigner(IStiDesignerBase, Type, StiGuiMode)
Returns a designer of the component.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDoubleClick
Occurs when user DoubleClick on a the component in the designer.
Public methodPointInRect
Returns the action fits to the position of a point in the specified rectangle.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also