Proprietà QuestionFormCustomButtons
|
Imposta o restituisce l'array contenente i pulsanti da visualizzare.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 29.0.0
Sintassipublic Control[] CustomButtons { get; set; }Public Property CustomButtons As Control()
Get
Set
public:
property array<Control^>^ CustomButtons {
array<Control^>^ get ();
void set (array<Control^>^ value);
}member CustomButtons : Control[] with get, set
Valore della proprietà
Control
Vedi anche