TdxPSEngine.IsStandardStyle Property
In This Article
Determines whether the standard paint style is used to paint dialogs.
#Declaration
Delphi
property IsStandardStyle: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the DialogsLookAndFeel.Kind property is set to lfStandard.
See Also