ClientStation.OpenQuickNote Method

Open quick popup note
<ID("OpenQuickNote", (int)e.OpenQuickNote)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function OpenQuickNote( _ 
ByVal title As String, _ 
ByVal description As String, _ 
ByVal isReadOnly As Boolean, _ 
ByVal left As Double, _ 
ByVal top As Double
) As Object
This language is not supported or no code example is available.
[ID("OpenQuickNote", (int)e.OpenQuickNote)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public object OpenQuickNote( 
string title
string description
bool isReadOnly
double left
double top 
)
This language is not supported or no code example is available.

Parameters

title
string

Title

description
string

Decription

isReadOnly
bool

Flag indicating whether readonly

left
double

Left position

top
double

Top position

Return Value

object

Reference to open popup

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition