com.esri.arcgis.framework
Class tagPROPPAGEINFO

java.lang.Object
  extended by com.esri.arcgis.framework.tagPROPPAGEINFO
All Implemented Interfaces:
Serializable

public class tagPROPPAGEINFO
extends Object
implements Serializable

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
static int __CbElements__
           
 int cb
           
 int dwHelpContext
           
 String pszDocString
           
 String pszHelpFile
           
 String pszTitle
           
 tagSIZE size
           
 
Constructor Summary
tagPROPPAGEINFO()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__CbElements__

public static final int __CbElements__
See Also:
Constant Field Values

cb

public int cb

pszTitle

public String pszTitle

size

public tagSIZE size

pszDocString

public String pszDocString

pszHelpFile

public String pszHelpFile

dwHelpContext

public int dwHelpContext
Constructor Detail

tagPROPPAGEINFO

public tagPROPPAGEINFO()
Method Detail

toString

public String toString()
Overrides:
toString in class Object