CompositeActivityDesigner.ExpandButtonRectangle Propiedad

Definición

Obtiene Rectangle que contiene el botón de expansión o contracción.

protected:
 virtual property System::Drawing::Rectangle ExpandButtonRectangle { System::Drawing::Rectangle get(); };
protected virtual System.Drawing.Rectangle ExpandButtonRectangle { get; }
member this.ExpandButtonRectangle : System.Drawing.Rectangle
Protected Overridable ReadOnly Property ExpandButtonRectangle As Rectangle

Valor de propiedad

Rectangle

Rectangle que adjunta el botón de expansión o contracción.

Comentarios

Utilice ExpandButtonRectangle para devolver Rectangle que describe el área de la pantalla que adjunta el botón de expansión en CompositeActivityDesigner. Esto es útil para detectar los eventos del mouse para reaccionar a sus solicitudes para expandir o contraer CompositeActivityDesigner.

Se aplica a