Intersoft WebDesktop Documentation
WebDialogBoxButton Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebDialogBoxButton Class


Glossary Item Box

Collection of command buttons used in WebDialogBox.

Object Model

WebDialogBoxButton Class

Syntax

Visual Basic (Declaration) 
Public Class WebDialogBoxButton 
   Inherits ISNet.WebUI.NamedObjectBase
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject 
Visual Basic (Usage)Copy Code
Dim instance As WebDialogBoxButton
C# 
public class WebDialogBoxButton : ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  

Remarks

WebDialogBox provides built-in CommandButtons feature. Developer easily can add what buttons should appear in the dialogbox instead of having developer to create their own button. The advantage of the built-in CommandButtons is its tight integration with WebDesktopManager as well as correct implementation of DialogResult similar to Windows Form applications.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.WebDialogBoxButton

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.