Version

RowEditTemplateDialogSettingsPropertyIds Enumeration

Uniquely identifies properties of the RowEditTemplateDialogSettings class.
Syntax
'Declaration
 
Public Enum RowEditTemplateDialogSettingsPropertyIds 
   Inherits System.Enum
public enum RowEditTemplateDialogSettingsPropertyIds : System.Enum 
Members
MemberDescription
AcceptButtonIdentifies the RowEditTemplateDialogSettings.AcceptButton property.
AutoScaleModeIdentifies the RowEditTemplateDialogSettings.AutoScaleMode property.
AutoValidateIdentifies the RowEditTemplateDialogSettings.AutoValidate property.
CancelButtonIdentifies the RowEditTemplateDialogSettings.CancelButton property.
CaptionIdentifies the RowEditTemplateDialogSettings.Caption property.
ControlBoxIdentifies the RowEditTemplateDialogSettings.ControlBox property.
FormBorderStyleIdentifies the RowEditTemplateDialogSettings.FormBorderStyle property.
IconIdentifies the RowEditTemplateDialogSettings.Icon property.
MaximizeBoxIdentifies the RowEditTemplateDialogSettings.MaximizeBox property.
MaximumSizeIdentifies the RowEditTemplateDialogSettings.MaximumSize property.
MinimizeBoxIdentifies the RowEditTemplateDialogSettings.MinimizeBox property.
MinimumSizeIdentifies the RowEditTemplateDialogSettings.MinimumSize property.
OpacityIdentifies the RowEditTemplateDialogSettings.Opacity property.
ShowIconIdentifies the RowEditTemplateDialogSettings.ShowIcon property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also