Method | Description | |
---|---|---|
ctrlSelectImage ( ) : System |
Method | Description | |
---|---|---|
OnImagePicked ( int imgID ) : void |
Method | Description | |
---|---|---|
BindImages ( ) : void |
Bind Image in List Box Control
|
|
Image_MouseLeftButtonUp_1 ( object sender, System e ) : void | ||
NotifyParentFinished ( ) : void |
Let the hosting contol know that we are done At present it tells the parent to close, this could later be altered to have a event that fires to the parent allowing them to decide what to do when the control is finished. If the control is being hosted in an element host this will have no affect as the parent is the element host and not the form. |
|
btnAdd_Click ( object sender, |