Click or drag to resize

InstallDialogOptions Class

Represents the RVM options that can be used.
Inheritance Hierarchy
SystemObject
  Openfin.DesktopInstallDialogOptions

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class InstallDialogOptions

The InstallDialogOptions type exposes the following members.

Constructors
  NameDescription
Public methodInstallDialogOptions
Initializes a new instance of the InstallDialogOptions class
Top
Properties
  NameDescription
Public propertyBackgroundColor
Determines the color of the dialog. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
Public propertyLogoPath
Relative Path or URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
Public propertyLogoUrl
Absolute URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
Public propertyProgressBarBackgroundColor
Determines the background color of the area where the progress bar is displayed. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
Public propertyProgressBarBorderColor
Determines the border color of the progress bar.
Public propertyProgressBarFillColor
Determines the color of the progress bar. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
Public propertyTextColor
Determines the color of the text displayed above the progress bar location. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also