Enable to fill in default connection parameters for pens added in runtime. Does not apply in case the pen already declares its connection parameters.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool UseDefaultConnectionParameters { get; set; }
Visual Basic
Public Property UseDefaultConnectionParameters As Boolean
	Get
	Set
JScript
function get UseDefaultConnectionParameters () : boolean
function set UseDefaultConnectionParameters (value : boolean)

See Also