Defines if a region can be edited by user or not (can be by default).
public Boolean SetRegionEditable( int RegionID, Boolean Editable );
Public Function SetRegionEditable( ByVal RegionID As Integer, ByVal Editable As Boolean ) As Boolean
|
Parameters |
Description |
|
RegionID |
The ID of the region. |
|
Editable |
True if the region can be edited by user, else False. |
True if success, else False (Unknown Region).
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|