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.UI Namespace > WorkstationStripItemFeatureExecuter Class > SetItemFeature Method : SetItemFeature(IToolStripItemItemProperties) Method |
public void SetItemFeature( IToolStripItemItemProperties item )
'Declaration Public Overloads Sub SetItemFeature( _ ByVal item As IToolStripItemItemProperties _ )
'Usage Dim instance As WorkstationStripItemFeatureExecuter Dim item As IToolStripItemItemProperties instance.SetItemFeature(item)
public: void SetItemFeature( IToolStripItemItemProperties* item )
public: void SetItemFeature( IToolStripItemItemProperties^ item )
If the item is not of type System.Windows.Forms.ToolStripItem this will throw am System.ArgumentException
if the item is of type System.Windows.Forms.ToolStripSplitButton the feature will be executed when the System.Windows.Forms.ToolStripSplitButton.ButtonClick event is fired.