GrapeCity MultiRow Windows Forms Documentation
ApplyCellStyleToEditingControl Method (DateTimePickerEditingControl)


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 DateTimePickerEditingControl
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 DateTimePickerEditingControl implements this method to apply the CellStyle of the owner cell so that the DateTimePickerEditingControl 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

DateTimePickerEditingControl Class
DateTimePickerEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.