CreateStyle Method (DropDownEditorViewBase)
In This Topic
Creates or gets if contains a named style.
Syntax
'Declaration
Protected Function CreateStyle( _
ByVal As String _
) As C1.Framework.Style
protected C1.Framework.Style CreateStyle(
string
)
Parameters
- name
See Also