Свойство | Type | Description | |
---|---|---|---|
m_ws | int |
Méthode | Description | |
---|---|---|
CreateView ( ) : void |
See comments on no-arg constructor. Call only if using that constructor.
|
|
SelectAt ( int ich ) : void |
Make a selection at the specified character offset.
|
|
StringSlice ( ) : System |
This constructor is mainly intended for subclasses in other DLLs created using the 'custom' element. Such subclasses must set the ContextObject, the FieldId, and if relevant the Ws, and then call CreateView(), typically from an override of FinishInit().
|
|
StringSlice ( ICmObject obj, int flid ) : System | ||
StringSlice ( ICmObject obj, int flid, int ws ) : System |
public StringSlice ( ICmObject obj, int flid ) : System | ||
obj | ICmObject | |
flid | int | |
Résultat | System |
public StringSlice ( ICmObject obj, int flid, int ws ) : System | ||
obj | ICmObject | |
flid | int | |
ws | int | |
Résultat | System |