BCGControlBar Library for .NET
FormatMessage Method




Specifies the number of action to be undone.

Specifies the message which defines the number of actions to be undone. It has a format like “Undo 5 messages” or “Redo 5 messages”.

Syntax
'Declaration
 
Public Function FormatMessage( _
   ByVal n As Integer _
) As String
'Usage
 
Dim instance As SmartUndoButton
Dim n As Integer
Dim value As String
 
value = instance.FormatMessage(n)
public string FormatMessage( 
   int n
)
public: string* FormatMessage( 
   int n
) 
public:
String^ FormatMessage( 
   int n
) 

Parameters

n
Specifies the number of action to be undone.
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

SmartUndoButton Class
SmartUndoButton Members

Send Feedback