(Leadtools.Annotations.Automation)

AnnPropertyInfo Constructor (AnnPropertyInfo)

Show in webframe




The property name.
true if the new AnnPropertyInfo represents a read-only property.
The current value of the property.
The property category.
A string description of the property.
Display name of the property.
true if the property should be visible to end users.
The type of an object that implements the IAnnEditor interface and should be used to edit the property.
Initializes a new AnnPropertyInfo with the specified values.
Syntax
public AnnPropertyInfo( 
   string propertyName,
   bool readOnly,
   object value,
   string category,
   string description,
   string displayName,
   bool visible,
   Type editorType
)
public AnnPropertyInfo( 
   string propertyName,
   bool readOnly,
   object value,
   string category,
   string description,
   string displayName,
   bool visible,
   Windows.UI.Xaml.Interop.TypeName editorType
)
-(id)initName:(NSString*) propertyName 
     readonly: (BOOL) readOnly 
        value: (id<NSObject>) value 
     category: (NSString*) category 
  description:(NSString*) description 
  displayName:(NSString*) displayName 
      visible:(BOOL) visible 
       editor:(Class) editorType;
            
public AnnPropertyInfo(
  String propertyName, 
  boolean readOnly, 
  Object value, 
  String category, 
  String description, 
  String displayName, 
  boolean visible, 
  Class<?> editorType
)
            
function AnnPropertyInfo( 
   propertyName ,
   readOnly ,
   value ,
   category ,
   description ,
   displayName ,
   visible ,
   editorType 
)

Parameters

propertyName
The property name.
readOnly
true if the new AnnPropertyInfo represents a read-only property.
value
The current value of the property.
category
The property category.
description
A string description of the property.
displayName
Display name of the property.
visible
true if the property should be visible to end users.
editorType
The type of an object that implements the IAnnEditor interface and should be used to edit the property.
Requirements

Target Platforms

See Also

Reference

AnnPropertyInfo Class
AnnPropertyInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.