GrapeCity MultiRow Windows Forms Documentation
ApplyCellStyleToEditingControl Method (TextBoxEditingControl)


A CellStyle that is used as the model for the UI.
Changes the editing control's user interface (UI) to be consistent with the specified cell style.
Syntax
Public Overridable Sub ApplyCellStyleToEditingControl( _
   ByVal cellStyle As CellStyle _
) 
Dim instance As TextBoxEditingControl
Dim cellStyle As CellStyle
 
instance.ApplyCellStyleToEditingControl(cellStyle)
public virtual void ApplyCellStyleToEditingControl( 
   CellStyle cellStyle
)

Parameters

cellStyle
A CellStyle that is used as the model for the UI.
Remarks
The TextBoxEditingControl implements this method to apply the CellStyle of the owner cell, so that the TextBoxEditingControl has a similar appearance as the owner cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextBoxEditingControl Class
TextBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.