GrapeCity MultiRow Windows Forms Documentation
ApplyCellStyleToEditingControl Method (DomainUpDownEditingControl)


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
<SuppressMessageAttribute(Category="MultiRow.Performance", 
   CheckId="MP001:AvoidFreezeCells", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Sub ApplyCellStyleToEditingControl( _
   ByVal cellStyle As CellStyle _
) 
Dim instance As DomainUpDownEditingControl
Dim cellStyle As CellStyle
 
instance.ApplyCellStyleToEditingControl(cellStyle)
[SuppressMessage(Category="MultiRow.Performance", 
   CheckId="MP001:AvoidFreezeCells", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public void ApplyCellStyleToEditingControl( 
   CellStyle cellStyle
)

Parameters

cellStyle
A CellStyle that is used as the model for the user interface.
Remarks
The DomainUpDownEditingControl implements this method to apply the CellStyle of the owner cell so that the DomainUpDownEditingControl 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

DomainUpDownEditingControl Class
DomainUpDownEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.