User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.busytext

Table of Contents

TGIS_ViewerWnd.BusyText property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.BusyText | Constructors | Fields | Methods | Properties | Events

Text related to current busy state. Text could be set upon BusyPrepare() call. If IsBusy is not true then text will be an empty string.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

// C#
[Browsable(false)]
public String BusyText
{
  get {}
}
' VisualBasic
<Browsable(false)>
Public Property BusyText As String
  Get
  End Get
End Property
// Oxygene
public
  [Browsable(false)]
  property BusyText : String read;

Value

Type
string
String
2022/11/16 01:38

Page Tools