ButtonBarCommandLocationStyle Property |
Determines the command button's appearance.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic CommandButtonStyle Style { get; set; }
Public Property Style As CommandButtonStyle
Get
Set
public:
property CommandButtonStyle Style {
CommandButtonStyle get ();
void set (CommandButtonStyle value);
}
Property Value
Type:
CommandButtonStyle
See Also