CompositeActivityDesigner.ExpandButtonRectangle Propiedad

Definición

Obtiene el Rectangle objeto que contiene el botón expandir o contraer.

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

que Rectangle incluye el botón expandir o contraer.

Comentarios

Use ExpandButtonRectangle para devolver un Rectangle que describa el área de la pantalla que incluye el botón expandir de un CompositeActivityDesigner. Esto es útil para detectar eventos del mouse para reaccionar a las solicitudes para expandir o contraer un CompositeActivityDesigner.

Se aplica a