C# Class GreenQloud.SparkleSetupWindow

Inheritance: MonoMac.AppKit.NSWindow
Datei anzeigen Open project: greenqloud/qloudsync

Public Properties

Property Type Description
Buttons List
Description string
Header string
background_image_path string

Public Methods

Method Description
AcceptsFirstResponder ( ) : bool
OrderFrontRegardless ( ) : void
PerformClose ( NSObject sender ) : void
Reset ( ) : void
ShowAll ( ) : void
SparkleSetupWindow ( ) : System

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

OrderFrontRegardless() public method

public OrderFrontRegardless ( ) : void
return void

PerformClose() public method

public PerformClose ( NSObject sender ) : void
sender MonoMac.Foundation.NSObject
return void

Reset() public method

public Reset ( ) : void
return void

ShowAll() public method

public ShowAll ( ) : void
return void

SparkleSetupWindow() public method

public SparkleSetupWindow ( ) : System
return System

Property Details

Buttons public_oe property

public List Buttons
return List

Description public_oe property

public string Description
return string

Header public_oe property

public string Header
return string

background_image_path public_oe property

public string background_image_path
return string