Gets the format arguments to use when determining the text.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public List<Object> FormatArguments { get; }
Visual Basic
Public ReadOnly Property FormatArguments As List(Of Object)
	Get
Visual C++
public:
property List<Object^>^ FormatArguments {
	List<Object^>^ get ();
}
F#
member FormatArguments : List<Object> with get

Property Value

Type: List<(Of <(<'Object>)>)>

See Also