Click or drag to resize

MacroFeatureEx Class

Represents basic macro feature class
Inheritance Hierarchy

Namespace:  CodeStack.SwEx.MacroFeature
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public abstract class MacroFeatureEx : ISwComFeature, 
	IModule

The MacroFeatureEx type exposes the following members.

Properties
  NameDescription
Public propertyLogger
Top
Methods
  NameDescription
Protected methodOnEditDefinition
Called when the Edit feature menu is clicked from the feature manager tree
Protected methodOnRebuild
Called when macro feature is rebuilding
Protected methodOnUpdateState
Called when state of the feature is changed (i.e. feature is selected, moved, updated etc.) Use this method to provide additional dynamic security options on your feature (i.e. do not allow dragging, editing etc.)
Top
Remarks
Mark the class as COM visible with ComVisibleAttribute
See Also