What does instantText mean in Edit method of DataGridColumnStyle

N

Nithya

Hi Hamed
instantText in Edit method:

protected internal virtual void Edit(
CurrencyManager source,
int rowNum,
Rectangle bounds,
bool readOnly,
string instantText
);

Parameters

source
The CurrencyManager for the DataGridColumnStyle.
rowNum
The row number in this column which is being edited.
bounds
The Rectangle in which the control is to be sited.
readOnly
A value indicating whether the column is a read-only. true if the
value is read-only; otherwise, false.
instantText
The text to display in the control.

About instantText in MSDN link:

http://msdn.microsoft.com/library/d...wsformsdatagridcolumnstyleclassedittopic3.asp

More about this in KB
http://support.microsoft.com/?id=842290

--
HTH
Nithya
MCP,
Indian Software Solutions,
Trichy.
 
H

Hamed

I have seen them. but there is no more description than just "The text to
display in the control. "

I have checked this parameter and it seems it is always null. Is there a
situation that the value of this parameter is not null?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top