Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
protected internal override void PrepareDefaultStyleKey( ViewBase view )
'Declaration Protected Friend Overrides Sub PrepareDefaultStyleKey( _ ByVal view As ViewBase _ )
'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
ColumnManagerCell Class ColumnManagerCell Members Base Implementation in PrepareDefaultStyleKey