CLSContext.DisplayOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the display order for this context.
public virtual nint DisplayOrder { [Foundation.Export("displayOrder")] get; [Foundation.Export("setDisplayOrder:")] set; }
member this.DisplayOrder : nint with get, set
Property Value
System.System.IntPtr
System.nativeint
An integer that represents the order, among this context's siblings, in which it is displayed.
- Attributes