C# Class ThreejsDemo.BussyDlg

Mostra file Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
DialogSize string
ProgressType string

Public Methods

Method Description
BussyDlg ( ) : System
Hide ( int delay ) : void
Show ( string title ) : void

Private Methods

Method Description
DoHide ( ) : void
DoShow ( ) : void
Make ( ) : jQuery

Method Details

BussyDlg() public method

public BussyDlg ( ) : System
return System

Hide() public method

public Hide ( int delay ) : void
delay int
return void

Show() public method

public Show ( string title ) : void
title string
return void

Property Details

DialogSize public_oe property

sm or lg
public string DialogSize
return string

ProgressType public_oe property

public string ProgressType
return string