Proprietà DedCommandContextModale
             | 
          
        
        
            Restituisce o imposta la modalità di apertura del dialogo (true = modale; false = non modale)
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic bool Modale { get; set; }Public Property Modale As Boolean
	Get
	Set
public:
property bool Modale {
	bool get ();
	void set (bool value);
}member Modale : bool with get, set
Valore della proprietà
Boolean
Vedi anche