User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.busytext

Table of Contents

ITGIS_ViewerWnd.BusyText property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.BusyText | Methods | Properties

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 | .NET WinForms | Java | Python.

Syntax

// C#
public String BusyText
{
  get {}
}
' VisualBasic
Public Property BusyText As String
  Get
  End Get
End Property
// Oxygene
public
  property BusyText : String read;

Value

Type
string
String
2022/11/16 01:12

Page Tools