Gets or sets a value indicating whether the Shift key is currently being held.
Syntax
'Declaration
Public Property IsHoldingShift As Boolean
'Usage
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As Boolean
instance.IsHoldingShift = value
value = instance.IsHoldingShift
public bool IsHoldingShift {get; set;}
public: __property bool get_IsHoldingShift();
public: __property void set_IsHoldingShift(
bool value
);
public:
property bool IsHoldingShift {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also