WaitForm.SetCaption(String) Method
Sets the WaitForm's caption to the specified value.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
public virtual void SetCaption(
string caption
)
Public Overridable Sub SetCaption(
caption As String
)
Parameters
Name | Type | Description |
---|---|---|
caption | String | A string that is the new value for the WaitForm's caption. |
Remarks
A WaitForm contains two labels displaying a caption and description:
The SetCaption and WaitForm.SetDescription methods allow you to set the form's caption and descriptions to custom values.
See Also
Feedback