NOTE: This property is now obsolete.

not be used any more


Gets or sets a value indicating whether [enable auto link script files].


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

Syntax

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

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

/** property */
public void set_EnableAutoLinkScriptFiles(bool value);
JScript
public function get EnableAutoLinkScriptFiles() : bool

public function set EnableAutoLinkScriptFiles(value : bool);

Property Value

true if [enable auto link script files]; otherwise, false.

See Also