ImageGear .NET v24.12 - Updated
SelectedButton Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : SelectedButton Property
Gets or sets the selected button on the toolbar.
Syntax
'Declaration
 
Public Property SelectedButton As ImGearRecZoneGUIType
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim value As ImGearRecZoneGUIType
 
instance.SelectedButton = value
 
value = instance.SelectedButton
public ImGearRecZoneGUIType SelectedButton {get; set;}
public: __property ImGearRecZoneGUIType get_SelectedButton();
public: __property void set_SelectedButton( 
   ImGearRecZoneGUIType value
);
public:
property ImGearRecZoneGUIType SelectedButton {
   ImGearRecZoneGUIType get();
   void set (    ImGearRecZoneGUIType value);
}

Property Value

ImGearRecZoneGUIEditMode enumeration value.
Remarks
This property represents the selected button on the toolbar. The selected button determines the behavior for mouse event processing, allowing existing zones to be selected or new zones to be created.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUIEditMode Enumeration