SetTextFormat Method (INote)
Obsolete. Superseded by IAnnotation::SetTextFormat and IAnnotation::ISetTextFormat.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTextFormat( _
ByVal TextFormatType As Integer, _
ByVal TextFormat As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim TextFormatType As Integer
Dim TextFormat As Object
Dim value As Boolean
value = instance.SetTextFormat(TextFormatType, TextFormat)
|
Parameters
- TextFormatType
-
- TextFormat
- v
See Also