ISmartDocument.PopulateTextboxContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void PopulateTextboxContent (int ControlID, string ApplicationName, int LocaleID, string Text, string Xml, object Target, Microsoft.Office.Interop.SmartTag.ISmartDocProperties Props, out string Value);
abstract member PopulateTextboxContent : int * string * int * string * string * obj * Microsoft.Office.Interop.SmartTag.ISmartDocProperties * string -> unit
Public Sub PopulateTextboxContent (ControlID As Integer, ApplicationName As String, LocaleID As Integer, Text As String, Xml As String, Target As Object, Props As ISmartDocProperties, ByRef Value As String)
Parameters
- ControlID
- Int32
- ApplicationName
- String
- LocaleID
- Int32
- Text
- String
- Xml
- String
- Target
- Object
- Props
- ISmartDocProperties
- Value
- String