Open quick popup note

Namespace: T.Modules.ClientStation
Assembly: T.Modules (in T.Modules.dll)

Public Function OpenQuickNote( _ 
ByVal title As String, _ 
ByVal description As String, _ 
ByVal isReadOnly As Boolean, _ 
ByVal left As Double, _ 
ByVal top As Double
) As Popup
This language is not supported or no code example is available.
public Popup OpenQuickNote( 
string title
string description
bool isReadOnly
double left
double top 
)
This language is not supported or no code example is available.

Parameters

title
Type: string

Title

description
Type: string

Decription

isReadOnly
Type: bool

Flag indicating whether readonly

left
Type: double

Left position

top
Type: double

Top position

Return Value

Type: Popup

Reference to open popup

.NET Framework

Supported in: 4.6.2, 4.7