User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlattributes.showbtncancel

Table of Contents

TGIS_ControlAttributes.ShowBtnCancel property

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ControlAttributes.ShowBtnCancel | Constructors | Fields | Methods | Properties | Events

True, if 'Cancel' button comes up.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

// C#
[DefaultValue(true)]
public Boolean ShowBtnCancel
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(true)>
Public Property ShowBtnCancel As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  [DefaultValue(true)]
  property ShowBtnCancel : Boolean read read;

Value

Type
bool
Boolean
2025/01/31 01:14

Page Tools