MenuButtonArgsCurrentRegion Property

Region which is affected by the action.

  Note

Getter of this property provides access to the first item of CurrentRegions. Setter of this property sets CurrentRegions to an array with a single item.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public RegionBase CurrentRegion { get; set; }

Property Value

RegionBase

See Also