PreventDefault


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(True), _
 DefaultValueAttribute(False), _
 CategoryAttribute("Configuration")>

Public Property PreventDefault As Boolean
C#
[BrowsableAttribute(True)]
[DefaultValueAttribute(False)]
[CategoryAttribute("Configuration")]
public bool PreventDefault { get; set; }
C++
[BrowsableAttribute(True)]
[DefaultValueAttribute(False)]
[CategoryAttribute(L"Configuration")]
public property bool PreventDefault sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute BrowsableAttribute(True) */
/** @attribute DefaultValueAttribute(False) */
/** @attribute CategoryAttribute("Configuration") */
/** property */
public bool get_PreventDefault();

/** property */
public void set_PreventDefault(bool value);
JScript
public function get PreventDefault() : bool

public function set PreventDefault(value : bool);

See Also