'Usage Dim instance As ColumnManagerCell Dim view As ViewBase instance.PrepareDefaultStyleKey(view)
Parameters
- view
- The view from which to retrieve the current style key.
'Usage Dim instance As ColumnManagerCell Dim view As ViewBase instance.PrepareDefaultStyleKey(view)
protected internal virtual void PrepareDefaultStyleKey( ViewBase viewBase ) { this.DefaultStyleKey = viewBase.GetDefaultStyleKey( typeof( ColumnManagerCell ) ); }
Protected Friend Overrides Sub PrepareDefaultStyleKey( ByVal viewBase As ViewBase ) Me.DefaultStyleKey = viewBase.GetDefaultStyleKey( GetType( ColumnManagerCell ) ) End Sub