Version

SetUpdateMode Method (XamRichTextEditorProxy)

Sets the update mode for the RichTextEditor
Syntax
'Declaration
 
Public Sub SetUpdateMode( _
   ByVal oeUpdateMode As System.Object _
) 
public void SetUpdateMode( 
   System.object oeUpdateMode
)
public: void SetUpdateMode( 
   System.Object* oeUpdateMode
) 

Parameters

oeUpdateMode
string or enumerated value representing the new text update 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