ImageGear .NET v24.12 - Updated
IsHoldingCtrl Property




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : IsHoldingCtrl Property
Gets or sets a value indicating whether the Ctrl key is currently being held.
Syntax
'Declaration
 
Public Property IsHoldingCtrl As Boolean
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As Boolean
 
instance.IsHoldingCtrl = value
 
value = instance.IsHoldingCtrl
public bool IsHoldingCtrl {get; set;}
public: __property bool get_IsHoldingCtrl();
public: __property void set_IsHoldingCtrl( 
   bool value
);
public:
property bool IsHoldingCtrl {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members