Intersoft ClientUI Documentation
ApplyDisplayText Method



The unique identifier for each data provider.
The text which will be displayed in view mode
Apply the text that will be displayed in view mode.
Syntax
Sub ApplyDisplayText( _
   ByVal token As Guid, _
   ByVal displayText As String _
) 
Dim instance As IEditorControl
Dim token As Guid
Dim displayText As String
 
instance.ApplyDisplayText(token, displayText)
void ApplyDisplayText( 
   Guid token,
   string displayText
)
void ApplyDisplayText( 
   Guid token,
   String^ displayText
) 

Parameters

token
The unique identifier for each data provider.
displayText
The text which will be displayed in view mode
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

IEditorControl Interface
IEditorControl Members

Send Feedback