User Tools

Site Tools


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

Table of Contents

TGIS_ControlAttributes.ShowBtnOk property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlAttributes.ShowBtnOk | Constructors | Fields | Methods | Properties | Events

True, if 'OK' button comes up.

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

Syntax

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

Value

Type
bool
Boolean
2022/11/16 01:38

Page Tools