ActivityDesignerPaint.DrawExpandButton Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Disegna un pulsante utilizzato per espandere e comprimere finestre di progettazione composite nell'area di ActivityDesigner.
public:
static void DrawExpandButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle boundingRect, bool drawExpanded, System::Workflow::ComponentModel::Design::CompositeDesignerTheme ^ compositeDesignerTheme);
public static void DrawExpandButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle boundingRect, bool drawExpanded, System.Workflow.ComponentModel.Design.CompositeDesignerTheme compositeDesignerTheme);
static member DrawExpandButton : System.Drawing.Graphics * System.Drawing.Rectangle * bool * System.Workflow.ComponentModel.Design.CompositeDesignerTheme -> unit
Public Shared Sub DrawExpandButton (graphics As Graphics, boundingRect As Rectangle, drawExpanded As Boolean, compositeDesignerTheme As CompositeDesignerTheme)
Parametri
- drawExpanded
- Boolean
true per disegnare un pulsante espanso; in caso contrario, false.
- compositeDesignerTheme
- CompositeDesignerTheme
Oggetto CompositeDesignerTheme associato all'ActivityDesigner utilizzato per eseguire il rendering del pulsante.
Eccezioni
graphics o compositeDesignerTheme contiene un riferimento Null (Nothing in Visual Basic).