PrepareDefaultStyleKey Method (ColumnChooserControlBase)
In This Topic
PrepareDefaultStyleKey must be overridden in order to dynamically style the column chooser.
Syntax
'Declaration
Protected MustOverride Sub PrepareDefaultStyleKey( _
ByVal As ViewBase _
)
'Usage
Dim instance As ColumnChooserControlBase
Dim view As ViewBase
instance.PrepareDefaultStyleKey(view)
protected abstract void PrepareDefaultStyleKey(
ViewBase
)
Parameters
- view
Example
Requirements
See Also