ArcFM Engine Developer Guide
Caption Property (MessageBoxAppender)


Version: 10.2.1a

Resource Center Home

Gets or sets the caption of the messagebox.
Syntax
'Declaration
 
Public Overridable Property Caption As String
'Usage
 
Dim instance As MessageBoxAppender
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public virtual string Caption {get; set;}

Property Value

The text of the caption bar.
Remarks

If the caption is not set, "Miner & Miner" is used by default.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MessageBoxAppender Class
MessageBoxAppender Members

 

 


Send Comment