Skip to main content

UserInterfaceObject Constructors

Represents a base class for different user interface objects.
Name Parameters Description
UserInterfaceObject(Color, String, String) color, displayName, menuCaption
UserInterfaceObject(String) displayName Initializes a new instance of the UserInterfaceObject class with the specified display name.
UserInterfaceObject(String, String) displayName, menuCaption Initializes a new instance of the UserInterfaceObject class with the specified display name and menu caption.
See Also