Skip to main content
Window and dialog position and size settings.

Constructors

NSWindowPosSize()

Initializes a new instance of the NSWindowPosSize class.

Methods

GetAssociateId()

Returns: CRMScript.Global.Integer - Associate ID of the Associate/Person owning this window setting. Example:

GetExtraId()

Returns: CRMScript.Global.Integer - Spare ID, not yet in use. Example:

GetExtraInfo()

Returns: CRMScript.Global.String - Extra information* show state, or whatever is required. Example:

GetHeight()

Returns: CRMScript.Global.Integer - The height of the widget. Example:

GetLeftX()

Returns: CRMScript.Global.Integer - X of origin, left edge of widget. Example:

GetOwnerWindow()

Returns: CRMScript.Global.String - The dialog, panel or whatever that owns this record. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Person ID of the associate owning this window setting. Example:

GetState()

Returns: CRMScript.Global.Integer - Normal = 0, Maximized = 1, Minimized = 2. See <xref href=“CRMScript.NetServer.ShowState” data-throw-if-not-resolved=“false”></xref>. Example:

GetUpperY()

Returns: CRMScript.Global.Integer - Y of origin, upper edge of widget. Example:

GetWidth()

Returns: CRMScript.Global.Integer - The width of the widget. Example:

GetWindowPosSizeId()

Returns: CRMScript.Global.Integer - Primary key. Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetExtraId(Integer)

Returns: CRMScript.Global.Void Example:

SetExtraInfo(String)

Returns: CRMScript.Global.Void Example:

SetHeight(Integer)

Returns: CRMScript.Global.Void Example:

SetLeftX(Integer)

Returns: CRMScript.Global.Void Example:

SetOwnerWindow(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetState(Integer)

Returns: CRMScript.Global.Void Example:

SetUpperY(Integer)

Returns: CRMScript.Global.Void Example:

SetWidth(Integer)

Returns: CRMScript.Global.Void Example:

SetWindowPosSizeId(Integer)

Returns: CRMScript.Global.Void Example: