All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bridj.cpp.mfc.CCmdUI Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.bridj.cpp.mfc;

import org.bridj.ann.Virtual;


public class CCmdUI extends MFCObject {

	@Virtual
	public native void Enable(boolean bOn);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy