POST api/StringsSetout/OnContextMenu

Request Information

URI Parameters

None.

Body Parameters

ContextMenuParameterDto
NameDescriptionTypeAdditional information
MouseX

integer

None.

MouseY

integer

None.

RegionId

integer

None.

ShiftPress

boolean

None.

CtrlPress

boolean

None.

RightClick

boolean

None.

ItemId

integer

None.

IUnitInd

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "mouseX": 1,
  "mouseY": 2,
  "regionId": 3,
  "shiftPress": true,
  "ctrlPress": true,
  "rightClick": true,
  "itemId": 7,
  "iUnitInd": 8
}

application/xml, text/xml

Sample:
<ContextMenuParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
  <CtrlPress>true</CtrlPress>
  <IUnitInd>8</IUnitInd>
  <ItemId>7</ItemId>
  <MouseX>1</MouseX>
  <MouseY>2</MouseY>
  <RegionId>3</RegionId>
  <RightClick>true</RightClick>
  <ShiftPress>true</ShiftPress>
</ContextMenuParameterDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ContextMenuList
NameDescriptionTypeAdditional information
MenuType

DesignMenuEnum

None.

UnitInd

integer

None.

UnitName

string

None.

ContextMenus

Collection of ContextMenuDto

None.

ItemId

integer

None.

ClickX

integer

None.

ClickY

integer

None.

DisableAll

boolean

None.

Notification

NotificationDto

None.

GCat

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.