ListBoxItemPainterCreateListBox Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListBox CreateListBox(
Font font
)
Public Function CreateListBox (
font As Font
) As ListBox
public:
ListBox^ CreateListBox(
Font^ font
)
member CreateListBox :
font : Font -> ListBox
Parameters
- font
- Type: System.DrawingFont
Return Value
Type:
ListBox
See Also