![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.Interfaces Namespace : IWorkstationStripItemFeatureExecuter Interface |
The following tables list the members exposed by IWorkstationStripItemFeatureExecuter.
Name | Description | |
---|---|---|
![]() | DisableFeature | Diables System.Windows.Forms.ToolStripItem objects registered with a feature. |
![]() | EnableFeature | Enables System.Windows.Forms.ToolStripItem objects that were disabled by calling DisableFeature. |
![]() | GetDisabledItems | Returns all the System.Windows.Forms.ToolStripItem objects that are disabled due to calling the DisableFeature method. |
![]() | GetHiddenItems | Returns all the System.Windows.Forms.ToolStripItem objects that are hidden due to calling the HideFeature method. |
![]() | GetItems | Returns all the System.Windows.Forms.ToolStripItem objects registered with a feature. |
![]() | HideFeature | Hides System.Windows.Forms.ToolStripItem objects registered with a given feature. |
![]() | IsFeatureItemDisabled | Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are disabled. |
![]() | IsFeatureItemHidden | Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are hidden. |
![]() | RegisterToolStripMenuItemFeatures | Registers all the System.Windows.Forms.ToolStripItem objects that implements the Leadtools.Medical.Workstation.UI.IToolStripItemItemProperties interface in a System.Windows.Forms.ToolStrip object with their features. |
![]() | RemoveItemFeature | Overloaded. Unregisters a System.Windows.Forms.ToolStripItem. |
![]() | SetItemFeature | Overloaded. Registers a System.Windows.Forms.ToolStripItem with a feature to be executed when the item is clicked. |
![]() | ShowFeature | Shows the System.Windows.Forms.ToolStripItem objects registered with a given feature that were hidden by calling HideFeature. |
![]() | UnregisterToolStripMenuItemFeatures | Unregisters all direct and child System.Windows.Forms.ToolStripItem objects. |
![]() | UpdateMenuItemsState | Overloaded. Checks if the features for all registered System.Windows.Forms.ToolStripItem objects can be executed and update their Enable and Visible state accordingly. |
![]() | UpdateToolStripMenuItemsState | Checks if the features for all registered System.Windows.Forms.ToolStripItem objects under the given System.Windows.Forms.ToolStrip can be executed and updates their Enable and Visible state accordingly. |
![]() | UpdateTopLevelItemsState | Checks if the features for direct System.Windows.Forms.ToolStripItem child objects under the given System.Windows.Forms.ToolStrip can be executed and updates their Enable and Visible state accordingly. |
Name | Description | |
---|---|---|
![]() | FeatureError | Occurs when executing a command registered with a System.Windows.Forms.ToolStripItem feature throws an exception. |