AutoCompleteEditHandler.AutoCompleteAtEndOfSpan Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the auto-complete function is at the end of this span.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property AutoCompleteAtEndOfSpan As Boolean
Get
Set
'Usage
Dim instance As AutoCompleteEditHandler
Dim value As Boolean
value = instance.AutoCompleteAtEndOfSpan
instance.AutoCompleteAtEndOfSpan = value
public bool AutoCompleteAtEndOfSpan { get; set; }
public:
property bool AutoCompleteAtEndOfSpan {
bool get ();
void set (bool value);
}
member AutoCompleteAtEndOfSpan : bool with get, set
function get AutoCompleteAtEndOfSpan () : boolean
function set AutoCompleteAtEndOfSpan (value : boolean)
Property Value
Type: System.Boolean
true if the auto-complete function is at the end of this span; otherwise, false.