GrapeCity MultiRow Windows Forms Documentation
ApplyCellStyleToEditingControl Method (ComboBoxEditingControl)


A CellStyle that is used as the model for the user interface.
Changes the editing control's user interface to be consistent with the specified cell style.
Syntax
Public Overridable Sub ApplyCellStyleToEditingControl( _
   ByVal cellStyle As CellStyle _
) 
Dim instance As ComboBoxEditingControl
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 user interface.
Remarks
The ComboBoxEditingControl implements this method to apply the CellStyle of the owner cell so that the ComboBoxEditingControl has a similar appearance to 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

ComboBoxEditingControl Class
ComboBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.