Spread for ASP.NET 8.0 Product Documentation
CompletionListCssClass Property


Gets or sets the CSS class used to style the completion list flyout.
Syntax
'Declaration
 
Public Property CompletionListCssClass As String
'Usage
 
Dim instance As AutoCompleteCellType
Dim value As String
 
instance.CompletionListCssClass = value
 
value = instance.CompletionListCssClass
public string CompletionListCssClass {get; set;}

Property Value

String containing the CSS class name
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.