BCGControlBar Library for .NET
ShowDialog Method (LinearGaugeDesigner)




Syntax
'Declaration
 
Public Function ShowDialog( _
   ByVal dialog As Form _
) As DialogResult
'Usage
 
Dim instance As LinearGaugeDesigner
Dim dialog As Form
Dim value As DialogResult
 
value = instance.ShowDialog(dialog)
public DialogResult ShowDialog( 
   Form dialog
)
public: DialogResult ShowDialog( 
   Form* dialog
) 
public:
DialogResult ShowDialog( 
   Form^ dialog
) 

Parameters

dialog
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

Reference

LinearGaugeDesigner Class
LinearGaugeDesigner Members

Send Feedback