IPAddress Constructor (Typed) | |
Construct an IPAddress object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
dwStyle,
lDataAware
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IPAddress(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual dwStyle = default,
Usual lDataAware = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the IPAddress object. - xID (Optional)
- Type: Usual
The unique ID for the IPAddress object (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the IPAddress object in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the IPAddress object in canvas coordinates. - dwStyle (Optional)
- Type: Usual
Constant representing the style of the IPAddress object, specified either by a X# style constant or a Windows API style constant. Styles can be combined using the _Or() operator.
- lDataAware (Optional)
- Type: Usual
A logical value that is TRUE if the IPAddress object is data-aware; otherwise, FALSE. If omitted, defaults to TRUE.
Remarks Tip |
---|
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular style constant. |
See Also