Click or drag to resize

WorkflowBar Methods

The WorkflowBar type exposes the following members.

Methods
  NameDescription
Public methodAdviseSize
Use this method to control the WorkflowBar width/height.
Public methodAttach
Use this method to attach the control to an existing document object.
Public methodAttachEngine
Use this method to attach the Engine to an existing document object.
Public methodDetach
Use this method to detach the control from an existing document object.
Public methodDetachEngine
Use this method to detach the Engine from an existing document object.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(WORKFLOWBARCOMMAND)
Use this method to force executing a WorkflowBar command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(WORKFLOWBARCOMMAND, Boolean, Boolean)
Use this method to request information about a WorkflowBar command.
Public methodGetIdealSize
Use this method to display each button on the WorkflowBar.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodResourceAdded
Use this method to provide information on the type of resource that changed.
Public methodResourceChanged
Use this method to provide information on the change in the internal resource content.
Public methodResourceDeleted
Use this method to provide information on the deleted resource.
Public methodResourceInvalidated
Use this method to provide information on unknown resource changes.
Public methodResourceSelectionChanged
Use this method to provide information on the meaning of a selection change.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Top
See Also