CommonMessagePump.StatusBarText 属性

定义

获取或设置等待期间状态栏的文本。

public:
 property System::String ^ StatusBarText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ StatusBarText { Platform::String ^ get(); void set(Platform::String ^ value); };
public string StatusBarText { get; set; }
member this.StatusBarText : string with get, set
Public Property StatusBarText As String

属性值

String

等待期间状态栏的文本。

注解

这可以在调用 ModalWaitForHandles 之前或在 ModalWaitForHandlesWithClient 中的某个回调期间设置。

适用于