C1.Win.RulesManager.Design Namespace / C1RulesManagerDesigner Class / Initialize Method
The component for this designer.

In This Topic
Initialize Method
In This Topic
Prepares the designer to view, edit, and design the specified component.
Syntax
'Declaration
 
Public Overrides Sub Initialize( _
   ByVal component As IComponent _
) 
 

Parameters

component
The component for this designer.
See Also