ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkControllerData Class / IsHoldingCtrl Property




In This Topic
    IsHoldingCtrl Property
    In This Topic
    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