FormListControl.twoClickActivate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
twoClickActivate() | |
twoClickActivate(Boolean) |
twoClickActivate()
public:
virtual bool twoClickActivate();
public virtual bool twoClickActivate ();
abstract member twoClickActivate : unit -> bool
override this.twoClickActivate : unit -> bool
Public Overridable Function twoClickActivate () As Boolean
Returns
Applies to
twoClickActivate(Boolean)
public:
virtual bool twoClickActivate(bool _value);
public virtual bool twoClickActivate (bool _value);
abstract member twoClickActivate : bool -> bool
override this.twoClickActivate : bool -> bool
Public Overridable Function twoClickActivate (_value As Boolean) As Boolean
Parameters
- _value
- Boolean