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